Skip to content

Commit 2f1c1bd

Browse files
committed
Add support for VirtualBox 7.2
Signed-off-by: TheAssassin <theassassin@assassinate-you.net>
1 parent d09165b commit 2f1c1bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile.cross

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM __BASEIMAGE_ARCH__/alpine:3.15
1+
FROM __BASEIMAGE_ARCH__/alpine:3.22
22
MAINTAINER Jonathan Weisberg <jo.weisberg@gmail.com>
33

44
# Git source https://github.com/phpvirtualbox/phpvirtualbox.git
55
__CROSS_COPY qemu-__QEMU_ARCH__-static /usr/bin
66
RUN apk update && apk upgrade
7-
RUN apk --no-cache --update add bash tzdata nginx php8-fpm php8-cli php8-common php8-json php8-soap php8-simplexml php8-session \
7+
RUN apk --no-cache --update add bash tzdata nginx php84-fpm php84-cli php84-common php84-json php84-soap php84-simplexml php84-session \
88
&& apk --no-cache --update add --virtual build-dependencies wget unzip \
9-
&& wget --no-check-certificate https://github.com/phpvirtualbox/phpvirtualbox/archive/master.zip -O phpvirtualbox.zip \
9+
&& wget --no-check-certificate https://github.com/phpvirtualbox/phpvirtualbox/archive/7.2-dev.zip -O phpvirtualbox.zip \
1010
&& unzip phpvirtualbox.zip -d phpvirtualbox \
1111
&& mkdir -p /var/www \
1212
&& mv -v phpvirtualbox/*/* /var/www/ \
@@ -27,4 +27,4 @@ COPY servers-from-env.php /servers-from-env.php
2727
EXPOSE 80
2828

2929
# write linked instances to config, then monitor all services
30-
CMD php8 /servers-from-env.php && php-fpm8 && nginx
30+
CMD php84 /servers-from-env.php && php-fpm84 && nginx

0 commit comments

Comments
 (0)