Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reflectometry
Web Reflectivity
Commits
37aec511
Commit
37aec511
authored
Jan 24, 2022
by
Borreguero Calvo, Jose
Browse files
Update Dockerfile
parent
297d9e70
Pipeline
#187189
failed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cfg/worker/Dockerfile
View file @
37aec511
...
...
@@ -14,7 +14,7 @@ COPY . .
# This line will throw error if using an old miniconda3 image.
# To correct, one must build a miniconda3 image while piling all apt-get statements together into one
# https://hub.docker.com/r/continuumio/miniconda3/dockerfile
RUN
apt-get update
&&
apt-get
install
-y
vim emacs iputils-ping net-tools openssh-client openssh-server
RUN
apt-get update
&&
apt-get
install
-y
vim emacs
mlocate
iputils-ping net-tools openssh-client openssh-server
RUN
conda
install
--name
base
-c
conda-forge mamba
RUN
mamba
env
update
--name
base
--file
environment.yml
...
...
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