Skip to content

Commit

Permalink
Merge pull request #808 from ministryofjustice/ag--ca-cert-docker-fix
Browse files Browse the repository at this point in the history
Dockerfile: unpin `ca-certificates` to avoid problems
  • Loading branch information
xoen authored Apr 27, 2020
2 parents 73baeab + ddd3308 commit 0679c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /home/controlpanel
# install build dependencies
RUN apk add --no-cache \
build-base=0.5-r1 \
ca-certificates=20190108-r0 \
ca-certificates \
libffi-dev=3.2.1-r6 \
python3-dev=3.7.5-r1 \
libressl-dev=2.7.5-r0 \
Expand Down

0 comments on commit 0679c7a

Please sign in to comment.