mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
just a push
This commit is contained in:
parent
e901334748
commit
09ad1941b7
2 changed files with 2 additions and 4 deletions
|
@ -45,9 +45,8 @@ RUN apk -U --no-cache add \
|
||||||
pip install --no-cache-dir --upgrade pip && \
|
pip install --no-cache-dir --upgrade pip && \
|
||||||
|
|
||||||
# Install php sandbox from git
|
# Install php sandbox from git
|
||||||
git clone https://github.com/mushorg/BFR /opt/BFR && \
|
git clone --depth=1 https://github.com/mushorg/BFR /opt/BFR && \
|
||||||
cd /opt/BFR && \
|
cd /opt/BFR && \
|
||||||
git checkout 508729202428a35bcc6bb27dd97b831f7e5009b5 && \
|
|
||||||
phpize7 && \
|
phpize7 && \
|
||||||
./configure \
|
./configure \
|
||||||
--with-php-config=/usr/bin/php-config7 \
|
--with-php-config=/usr/bin/php-config7 \
|
||||||
|
@ -59,9 +58,8 @@ RUN apk -U --no-cache add \
|
||||||
echo "zend_extension = "$(find /usr -name bfr.so) >> /etc/php7/php.ini && \
|
echo "zend_extension = "$(find /usr -name bfr.so) >> /etc/php7/php.ini && \
|
||||||
|
|
||||||
# Install glastopf from git
|
# Install glastopf from git
|
||||||
git clone https://github.com/mushorg/glastopf.git /opt/glastopf && \
|
git clone --depth=1 https://github.com/mushorg/glastopf.git /opt/glastopf && \
|
||||||
cd /opt/glastopf && \
|
cd /opt/glastopf && \
|
||||||
git checkout 67c2a3fce7419f0c6b418b2b91da3c45b399f2b8 && \
|
|
||||||
cp /root/dist/requirements.txt /opt/glastopf/ && \
|
cp /root/dist/requirements.txt /opt/glastopf/ && \
|
||||||
pip install --no-cache-dir . && \
|
pip install --no-cache-dir . && \
|
||||||
cd / && \
|
cd / && \
|
||||||
|
|
Loading…
Reference in a new issue