forked from ROMEO/obsw
obsw docker compile not fully working yet
This commit is contained in:
15
docker/compile_obsw/Dockerfile
Normal file
15
docker/compile_obsw/Dockerfile
Normal 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/
|
||||
|
Reference in New Issue
Block a user