first commit
This commit is contained in:
18
infra/forcad-local/builders/cpp-make.Dockerfile
Normal file
18
infra/forcad-local/builders/cpp-make.Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
bash \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
file \
|
||||
libboost-serialization-dev \
|
||||
libsqlite3-dev \
|
||||
make \
|
||||
pkg-config \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
CMD ["bash"]
|
||||
Reference in New Issue
Block a user