Files
Anton Shepilov 01630194fc 🐳 Set up envs for the TDrive (#19)
- remove php upstream from nginx config
- fix docker-compose configuration
2023-04-13 15:27:10 +02:00

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