Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
fix: missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
alimalek71 authored and felixhammerl committed Feb 16, 2020
1 parent d6f428f commit e4d590e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN apk add --no-cache \
perl \
git \
php7 \
php7-cli
php7-cli \
curl

RUN { \
echo 'install: --no-document'; \
Expand Down

0 comments on commit e4d590e

Please sign in to comment.