Skip to content

Commit

Permalink
chore(dockerfile): Combine apk add lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 21, 2024
1 parent f7ef981 commit 4a4ef75
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ WORKDIR /app

RUN <<EOT
set -eux
apk add --no-cache \
bash \
fcgi \
gettext \
git \
jq \
nginx \
s6 \
su-exec
apk add --no-cache bash fcgi gettext git jq nginx s6 su-exec
cd "$PHP_INI_DIR"
sed -ri -e 's/^(access.log)/;\1/' ../php-fpm.d/docker.conf
sed -ri \
Expand Down

0 comments on commit 4a4ef75

Please sign in to comment.