Skip to content
Snippets Groups Projects
Commit b1852c65 authored by calrama's avatar calrama
Browse files

[ubuntu] remove toolchain and build utilities

parent ea1a38e9
No related branches found
No related tags found
No related merge requests found
Pipeline #29496 passed
...@@ -19,13 +19,7 @@ RUN apt-get update && \ ...@@ -19,13 +19,7 @@ RUN apt-get update && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \ ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata && \ dpkg-reconfigure -f noninteractive tzdata && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
build-essential \
pkg-config \
gcc-9 g++-9 \
ninja-build \
curl \
git \ git \
p7zip-full \
file \ file \
nano && \ nano && \
apt-get install -y \ apt-get install -y \
...@@ -34,9 +28,8 @@ RUN apt-get update && \ ...@@ -34,9 +28,8 @@ RUN apt-get update && \
python3.7-venv \ python3.7-venv \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
python3-distutils python3-distutils && \
apt-get clean
ADD agki-nas01.imp.fu-berlin.de-ca-cert.crt /usr/local/share/ca-certificates/agki-nas01.imp.fu-berlin.de-ca-cert.crt ADD agki-nas01.imp.fu-berlin.de-ca-cert.crt /usr/local/share/ca-certificates/agki-nas01.imp.fu-berlin.de-ca-cert.crt
RUN update-ca-certificates RUN update-ca-certificates
RUN apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment