mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user