Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ibiem2020
IBIEM2020
Commits
4098301a
Commit
4098301a
authored
Mar 30, 2021
by
josh
Browse files
install iproute2 for ss
need it for port_and_password
parent
f91a2179
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4098301a
...
...
@@ -398,19 +398,27 @@ RUN curl -L -s -o shi7.tar.gz https://github.com/knights-lab/shi7/archive/refs/t
pip3
install
--no-cache-dir
shi7.tar.gz
&&
\
rm
shi7.tar.gz
## END: Additional libraries for IBIEM 2018-2019 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
# --------------------
#
Final apt cleanup
#
Get running on DCC
# --------------------
RUN
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
iproute2
## END: Additional libraries for IBIEM 2018-2019 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
ENV
PATH $PATH:/usr/lib/rstudio-server/bin
COPY
port_and_password.sh /usr/lib/rstudio-server/bin/port_and_password
# Switch back to root to start up server
USER
root
# --------------------
# Final apt cleanup
# --------------------
RUN
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
# expose the RStudio IDE port
EXPOSE
8787
...
...
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