Skip to content
Snippets Groups Projects
Commit cea4cda4 authored by Marco De Donno's avatar Marco De Donno
Browse files

Use apt-get instead of apt

parent 6860f5d3
No related branches found
No related tags found
No related merge requests found
Pipeline #2054 passed
......@@ -4,8 +4,8 @@ LABEL maintainer "Marco De Donno <Marco.DeDonno@unil.ch>"
################################################################################
# Installation of Python and other tooling
RUN apt update && \
apt install -y curl git python python-pip && \
RUN apt-get update && \
apt-get install -y curl git python python-pip && \
rm -rf /var/lib/apt/lists/*
################################################################################
......
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