This commit is contained in:
t3chn0m4g3
2024-12-05 19:32:20 +01:00
parent c155c96945
commit 2b3a45c800
4 changed files with 12 additions and 13 deletions

View File

@ -1,7 +1,8 @@
FROM alpine:3.19
FROM alpine:3.20
#
# Install packages
RUN apk --no-cache -U add \
RUN apk --no-cache -U upgrade && \
apk --no-cache -U add \
build-base \
file \
git \
@ -16,7 +17,6 @@ RUN apk --no-cache -U add \
# Install bfr sandbox from git
git clone https://github.com/mushorg/BFR -b v1.0.0 /opt/BFR && \
cd /opt/BFR && \
# git checkout 91a8a4e155875c50b69d5c6af454e304994815a7 && \
phpize83 && \
./configure \
--with-php-config=/usr/bin/php-config83 \
@ -30,7 +30,7 @@ RUN apk --no-cache -U add \
# Install PHP Sandbox
git clone https://github.com/mushorg/phpox /opt/phpox && \
cd /opt/phpox && \
#git checkout a62c8136ec7b3ebab0c989f4235e2960175121f8 && \
git checkout 55a6cbdc2c62f08eb45acffaf84f23f06a1d4703 && \
make && \
#
# Clean up