We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1c3c4 commit 71fca1fCopy full SHA for 71fca1f
5.4/Dockerfile
@@ -8,6 +8,10 @@ ENV ENVIRONMENT dev
8
RUN \
9
apt-get update && \
10
apt-get install -y \
11
+ curl \
12
+ wget \
13
+ git \
14
+ iptables \
15
apache2 \
16
php5 \
17
php5-mysql \
@@ -62,4 +66,4 @@ RUN chmod +x run.sh
62
66
63
67
EXPOSE 80
64
68
65
-CMD ["./run.sh"]
69
+CMD ["./run.sh"]
5.6/Dockerfile
@@ -69,4 +73,4 @@ RUN chmod +x run.sh
73
70
74
71
75
72
76
0 commit comments