Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Analysers
WCCL
Commits
d5b74295
Commit
d5b74295
authored
Apr 14, 2020
by
Arkadiusz Janz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile
parent
9e248b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+3
-1
No files found.
Dockerfile
View file @
d5b74295
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment