Skip to content

Commit 894987e

Browse files
authored
remove libgcj
1 parent 66b030c commit 894987e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
88
RUN apk info \
99
&& echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
1010
&& echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \
11-
&& echo @3.8 http://dl-cdn.alpinelinux.org/alpine/v3.8/main >> /etc/apk/repositories \
1211
&& apk update \
1312
&& apk upgrade \
1413
&& apk add --no-cache --virtual .build-deps \
@@ -35,7 +34,6 @@ RUN apk info \
3534
php7-dom \
3635
mysql-client \
3736
yarn@edge \
38-
libgcj@3.8 \
3937
xvfb \
4038
chromium@edge \
4139
chromium-chromedriver@edge \

0 commit comments

Comments
 (0)