Skip to content
Snippets Groups Projects
Commit e4808d19 authored by Alexander Pace's avatar Alexander Pace
Browse files

Update Dockerfile.

Two changes: change base container from ligo-->igwn. This should update the
containers with newer packages since the ligo containers aren't maintained
anyore. Also, install htop and telnet for debugging purposes.
parent f11adfc2
No related branches found
No related tags found
1 merge request!46Refreshed look and feel
Pipeline #103061 passed
FROM ligo/base:stretch
FROM igwn/base:stretch
LABEL name="LIGO GraceDB Django application" \
maintainer="tanner.prestegard@ligo.org" \
date="20190920"
......@@ -33,6 +33,8 @@ RUN apt-get update && \
supervisor \
libssl-dev \
swig \
htop \
telnet \
vim && \
apt-get clean && \
npm install -g bower
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment