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

Add some runtime dependencies

parent b1852c65
Branches
No related tags found
No related merge requests found
Pipeline #29982 passed
......@@ -23,13 +23,25 @@ RUN apt-get update && \
file \
nano && \
apt-get install -y \
ffmpeg \
python3.7 \
python3.7-venv \
python3-pip \
python3-setuptools \
python3-distutils && \
apt-get clean
RUN apt-get update && \
apt-get install -y \
libglu1-mesa \
libjpeg62 \
liborc-0.4 \
ffmpeg \
&& \
apt-get clean
RUN apt-get install -y \
python3.7 \
python3.7-dev \
python3.7-venv && \
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
RUN update-ca-certificates
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment