Skip to content

Commit 49a83d1

Browse files
author
Kevin Buchholz
committed
reorder packages a bit
1 parent 8679fb7 commit 49a83d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ RUN apk info \
4545
&& apk add --no-cache --virtual .build-deps \
4646
$PHPIZE_DEPS \
4747
&& apk add --no-cache \
48-
sudo \
49-
runit \
50-
nginx \
5148
zlib-dev \
5249
icu-dev \
5350
libzip-dev \
@@ -56,7 +53,10 @@ RUN apk info \
5653
libxml2-dev \
5754
freetype-dev \
5855
gnu-libiconv@iconv-fix=1.15-r3 \
56+
sudo \
5957
bash \
58+
runit \
59+
nginx \
6060
git \
6161
nodejs \
6262
npm \

0 commit comments

Comments
 (0)