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

Merge branch 'MGniew-master-patch-58298' into 'master'

Update 2.7/Dockerfile

See merge request !1
parents 636d6672 b1aef63a
No related branches found
No related tags found
1 merge request!1Update 2.7/Dockerfile
Pipeline #766 failed
......@@ -9,6 +9,8 @@ RUN apt-get update && apt-get install -y \
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 && \
wget -q -O - http://download.sgjp.pl/apt/sgjp.gpg.key | apt-key add - && \
apt-add-repository http://download.sgjp.pl/apt/ubuntu && \
apt-get update
RUN pip install --upgrade pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment