Skip to content
Snippets Groups Projects
Commit d5b74295 authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

Update Dockerfile

parent 9e248b9c
No related branches found
No related tags found
1 merge request!5Deb pack
......@@ -5,7 +5,9 @@ ARG APT_PASSWORD
RUN test -n "$APT_USERNAME"
RUN test -n "$APT_PASSWORD"
RUN apt-get update && apt-get install -y transport-https
RUN apt-get update && apt-get install -y apt-transport-https \
antlr \
cmake
RUN bash -c "wget -q -O - http://apt.clarin-pl.eu/KEY.gpg | apt-key add -"
RUN bash -c "echo 'deb https://apt.clarin-pl.eu/ /' > /etc/apt/sources.list.d/clarin.list"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment