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
232d3375
Commit
232d3375
authored
Apr 19, 2017
by
Amandine PERRIN
Browse files
Add packages needed to build matplotlib after
parent
52f77686
Pipeline
#1836
failed with stage
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
232d3375
from
ubuntu:16.04
#
Install
packages
#
Update apt-get
packages
RUN
apt-get update
&&
\
apt-get
-y
upgrade
&&
\
apt-get
install
-y
\
apt-get
-y
upgrade
# Install required packages
RUN
apt-get
install
-y
\
pkg-config
\
freetype
*
\
wget
\
python3-pip
&&
\
apt-get clean
libpng-dev
# required to install matplotlib
\
libjpeg8-dev
# required to install matplotlib
\
libfreetype6-dev
# required to install matplotlib
\
python3-pip
# Update pip
RUN
pip3
install
--upgrade
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