Skip to content
Snippets Groups Projects
Commit b029c66f authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update Dockerfile

parent 2379bc45
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,15 @@ RUN apt update && \
add-apt-repository ppa:deadsnakes/ppa && \
apt update && \
apt install -y python3.6 \
apt-transport-https \
python3.6-dev \
subversion \
git \
wget
RUN wget -q -O - http://apt.clarin-pl.eu/KEY.gpg | apt-key add - && \
echo 'deb https://apt.clarin-pl.eu/ /' > /etc/apt/sources.list.d/clarin.list
RUN update-alternatives --install \
/usr/bin/python python /usr/bin/python3.6 10 && \
wget https://bootstrap.pypa.io/get-pip.py && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment