Merge pull request #3 from amercader/bash-2.8

Install bash in base image as it's required by the start_ckan.sh script
This commit is contained in:
Marko Bocevski 2018-08-23 17:56:39 +02:00 committed by GitHub
commit ffe0eae03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -60,11 +60,12 @@ WORKDIR ${APP_DIR}
# Install necessary packages to run CKAN
RUN apk add --no-cache git \
bash \
gettext \
curl \
postgresql-client \
python \
libmagic \
libmagic \
apache2-utils && \
# Create SRC_DIR
mkdir -p ${SRC_DIR}