Skip to content

Commit 71fca1f

Browse files
committed
Add some basic dependencies
1 parent ec1c3c4 commit 71fca1f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

5.4/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ENV ENVIRONMENT dev
88
RUN \
99
apt-get update && \
1010
apt-get install -y \
11+
curl \
12+
wget \
13+
git \
14+
iptables \
1115
apache2 \
1216
php5 \
1317
php5-mysql \
@@ -62,4 +66,4 @@ RUN chmod +x run.sh
6266

6367
EXPOSE 80
6468

65-
CMD ["./run.sh"]
69+
CMD ["./run.sh"]

5.6/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ENV ENVIRONMENT dev
88
RUN \
99
apt-get update && \
1010
apt-get install -y \
11+
curl \
12+
wget \
13+
git \
14+
iptables \
1115
apache2 \
1216
php5 \
1317
php5-mysql \
@@ -69,4 +73,4 @@ RUN chmod +x run.sh
6973

7074
EXPOSE 80
7175

72-
CMD ["./run.sh"]
76+
CMD ["./run.sh"]

0 commit comments

Comments
 (0)