Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI committed Feb 27, 2018
1 parent 923107d commit fe77b11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 11.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN set -ex; \
apk add --no-cache \
bash \
coreutils \
rsync
rsync \
; \
\
mkdir -p /var/spool/cron/crontabs; \
Expand Down
2 changes: 1 addition & 1 deletion 12.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN set -ex; \
apk add --no-cache \
bash \
coreutils \
rsync
rsync \
; \
\
mkdir -p /var/spool/cron/crontabs; \
Expand Down
2 changes: 1 addition & 1 deletion 13.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN set -ex; \
apk add --no-cache \
bash \
coreutils \
rsync
rsync \
; \
\
mkdir -p /var/spool/cron/crontabs; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN set -ex; \
apk add --no-cache \
bash \
coreutils \
rsync
rsync \
; \
\
mkdir -p /var/spool/cron/crontabs; \
Expand Down

0 comments on commit fe77b11

Please sign in to comment.