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

Update Dockerfile

parent 38568b3d
No related branches found
No related tags found
No related merge requests found
Pipeline #402 passed
......@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
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
echo 'deb https://apt.clarin-pl.eu/ /' > /etc/apt/sources.list.d/clarin.list && \
apt-get update
RUN pip install --upgrade pip
ENV PIP_EXTRA_INDEX_URL=https://pypi.clarin-pl.eu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment