We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1c1bd commit e81af35Copy full SHA for e81af35
Dockerfile.cross
@@ -6,7 +6,7 @@ __CROSS_COPY qemu-__QEMU_ARCH__-static /usr/bin
6
RUN apk update && apk upgrade
7
RUN apk --no-cache --update add bash tzdata nginx php84-fpm php84-cli php84-common php84-json php84-soap php84-simplexml php84-session \
8
&& apk --no-cache --update add --virtual build-dependencies wget unzip \
9
- && wget --no-check-certificate https://github.com/phpvirtualbox/phpvirtualbox/archive/7.2-dev.zip -O phpvirtualbox.zip \
+ && wget --no-check-certificate https://github.com/phpvirtualbox/phpvirtualbox/archive/7.2-2.zip -O phpvirtualbox.zip \
10
&& unzip phpvirtualbox.zip -d phpvirtualbox \
11
&& mkdir -p /var/www \
12
&& mv -v phpvirtualbox/*/* /var/www/ \
0 commit comments