obsw docker compile not fully working yet

This commit is contained in:
philippd
2024-03-21 21:21:21 +01:00
parent 4aa1a65bc0
commit 6f6a331152
3 changed files with 28 additions and 6 deletions

Submodule docker/compile_fsbl/embeddedsw deleted from 3728f546f1

View File

@ -0,0 +1,15 @@
FROM debian:12.5
ENV DEBIAN_FRONTEND=noninteractive
# Install required packages
RUN apt-get update && apt-get install -y \
make \
cmake \
gcc-arm-none-eabi \
&& rm -rf /var/lib/apt/lists/*
# Remove the package lists to reduce the image size
WORKDIR /obsw/