Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
42874c04
Commit
42874c04
authored
Apr 19, 2017
by
Amandine PERRIN
Browse files
install apt-utils first
parent
0d1d38e6
Pipeline
#1834
failed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
42874c04
...
...
@@ -4,11 +4,11 @@ from ubuntu:16.04
RUN
apt-get update
&&
\
apt-get
-y
upgrade
&&
\
apt-get
install
-y
\
python3-pip
\
wget
\
apt-utils
\
pkg-config
\
freetype
*
&&
\
wget
\
python3-pip
\
apt-get clean
# Update pip
...
...
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