initial commit

This commit is contained in:
aleksandr.vodyanov
2024-02-07 18:55:27 +03:00
parent c0ee0f7f11
commit 1fd149ee85
3 changed files with 3 additions and 21 deletions

View File

@@ -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