Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Réouven ASSOULY
zesje
Commits
fc7893e4
Commit
fc7893e4
authored
Jan 25, 2018
by
Anton Akhmerov
Browse files
install libgl in the image (fixes cv2)
parent
7dd3ba83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fc7893e4
...
...
@@ -2,7 +2,7 @@ FROM debian:jessie
RUN
apt-get update
&&
\
apt-get
install
-y
\
curl libzbar-dev imagemagick poppler-utils build-essential
&&
\
curl libzbar-dev imagemagick poppler-utils build-essential
libgl1-mesa-glx
&&
\
apt-get
-y
--quiet
install
supervisor
&&
\
curl https://deb.nodesource.com/setup_6.x | bash
&&
\
apt-get
install
nodejs
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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