initial commit
This commit is contained in:
18
Dockerfile
18
Dockerfile
@@ -37,21 +37,3 @@ RUN apt update && \
|
||||
apt dist-upgrade -y && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
|
||||
# Install common packages for C/C++ projects build
|
||||
RUN apt update &&\
|
||||
apt install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
curl \
|
||||
cutils \
|
||||
git \
|
||||
make \
|
||||
pkg-config \
|
||||
python3 \
|
||||
python3-pip \
|
||||
wget && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
||||
ln -sf /usr/bin/python3 /usr/bin/python
|
||||
|
||||
Reference in New Issue
Block a user