Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
zesje
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Works on my machine
zesje
Commits
51cebbd8
Commit
51cebbd8
authored
Jun 06, 2019
by
Joseph Weston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add extra libraries and runtime dependencies to docker image
parent
19f83876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
Dockerfile
Dockerfile
+9
-1
No files found.
Dockerfile
View file @
51cebbd8
...
...
@@ -2,6 +2,14 @@ FROM continuumio/miniconda3
RUN
apt-get update
-y
&&
apt-get
install
-y
libdmtx0a libmagickwand-dev
RUN
apt-get update
&&
\
apt-get
install
-y
\
curl
\
poppler-utils build-essential libgl1-mesa-glx
\
imagemagick libsm-dev libdmtx-dev libdmtx0a libmagickwand-dev
\
&&
\
apt-get
-y
--quiet
install
git supervisor nginx
&&
\
WORKDIR
/app
ADD
environment.yml /app/environment.yml
...
...
@@ -13,4 +21,4 @@ ENV PATH /opt/conda/envs/$(head -1 /app/environment.yml | cut -d' ' -f2)/bin:$PA
RUN
rm
/app/environment.yml
CMD
bash
\ No newline at end of file
CMD
bash
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