Skip to content
Snippets Groups Projects
Commit 3ccb88a6 authored by jurgenhaas's avatar jurgenhaas
Browse files

Create symbolic link to make sure Python 3 can be called with python

parent a359261d
No related branches found
No related tags found
No related merge requests found
Pipeline #12663 passed
......@@ -8,6 +8,7 @@ LABEL com.example.vendor="LakeDrops" \
RUN apt-get update -y && \
apt-get install -y -q python3 make g++ && \
ln -s python3 /usr/bin/python && \
\
apt-get clean && \
rm -rf /root/.cache && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment