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

added apt

parent bfc31401
No related merge requests found
Pipeline #690 passed with stage
in 6 minutes and 51 seconds
...@@ -10,6 +10,10 @@ RUN apt-get update && \ ...@@ -10,6 +10,10 @@ RUN apt-get update && \
git \ git \
wget 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 && \
apt-get update
RUN update-alternatives --install \ RUN update-alternatives --install \
/usr/bin/python python /usr/bin/python3.6 10 && \ /usr/bin/python python /usr/bin/python3.6 10 && \
wget https://bootstrap.pypa.io/get-pip.py && \ wget https://bootstrap.pypa.io/get-pip.py && \
......
...@@ -10,6 +10,10 @@ RUN apt-get update && \ ...@@ -10,6 +10,10 @@ RUN apt-get update && \
git \ git \
wget 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 && \
apt-get update
RUN update-alternatives --install \ RUN update-alternatives --install \
/usr/bin/python python /usr/bin/python3.7 10 && \ /usr/bin/python python /usr/bin/python3.7 10 && \
wget https://bootstrap.pypa.io/get-pip.py && \ wget https://bootstrap.pypa.io/get-pip.py && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment