01630194fc
- remove php upstream from nginx config - fix docker-compose configuration
6 lines
148 B
Docker
6 lines
148 B
Docker
FROM ubuntu
|
|
RUN apt-get update && \
|
|
apt-get install -y iputils-ping && \
|
|
apt-get install -y telnet && \
|
|
apt-get install -y wget
|
|
CMD bash |