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:
commit
ffe0eae03c
|
@ -60,6 +60,7 @@ WORKDIR ${APP_DIR}
|
||||||
|
|
||||||
# Install necessary packages to run CKAN
|
# Install necessary packages to run CKAN
|
||||||
RUN apk add --no-cache git \
|
RUN apk add --no-cache git \
|
||||||
|
bash \
|
||||||
gettext \
|
gettext \
|
||||||
curl \
|
curl \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
|
|
Loading…
Reference in New Issue