Skip to content

Commit

Permalink
Update Dockerfile.ckan
Browse files Browse the repository at this point in the history
try work around for
  • Loading branch information
duttonw authored Feb 15, 2022
1 parent d1fc87c commit 0e12dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.ckan
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV CKAN_INI=/app/ckan/default/production.ini
WORKDIR "${APP_DIR}"

ENV DOCKERIZE_VERSION v0.6.1
RUN apk add --no-cache curl build-base \
RUN echo 'http://dl-4.alpinelinux.org/alpine/v3.11/main' >> /etc/apk/repositories && apk add --no-cache curl build-base \
&& curl -s -L -O https://github.com/jwilder/dockerize/releases/download/${DOCKERIZE_VERSION}/dockerize-alpine-linux-amd64-${DOCKERIZE_VERSION}.tar.gz \
&& tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-${DOCKERIZE_VERSION}.tar.gz \
&& rm dockerize-alpine-linux-amd64-${DOCKERIZE_VERSION}.tar.gz
Expand Down

0 comments on commit 0e12dfd

Please sign in to comment.