Skip to content

Commit

Permalink
Docker setup: add bash to images
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Oct 24, 2024
1 parent 35139a9 commit b13516c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN apt-get -q -y update \
build-essential \
git-core \
vim \
bash \
wget \
curl \
nmap \
Expand Down
1 change: 1 addition & 0 deletions docker/images/msl-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get -q -y update \
nginx \
wget \
nmap \
bash \
sudo \
software-properties-common \
&& apt-add-repository ppa:ondrej/php \
Expand Down
2 changes: 2 additions & 0 deletions docker/images/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
FROM nginx:1.27
MAINTAINER Yoda team

RUN apt update && \
apt install -y bash
ADD ckan.site /etc/nginx/conf.d/ckan.conf
RUN rm /etc/nginx/conf.d/default.conf
ADD epos-msl.cnf /etc/certificates/epos-msl.cnf
Expand Down

0 comments on commit b13516c

Please sign in to comment.