Skip to content

Commit

Permalink
Move apk update after the ADP/Motiv ceritifcate installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer committed Apr 25, 2021
1 parent 7940133 commit cc51f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ FROM php:7.4.12-fpm-alpine

EXPOSE 80

RUN apk update \
&& apk upgrade

COPY certificates/adp_rootca.crt /usr/local/share/ca-certificates/adp_rootca.crt
RUN chmod 644 /usr/local/share/ca-certificates/adp_rootca.crt \
&& update-ca-certificates --fresh

RUN apk update \
&& apk upgrade

RUN apk add bash

RUN apk add nginx \
Expand Down

0 comments on commit cc51f98

Please sign in to comment.