syncthing-monitor/integrationtest/Dockerfile
2021-01-28 12:56:11 +02:00

10 lines
149 B
Docker

FROM ubuntu:trusty
RUN apt-get update && apt-get install -yq curl && apt-get clean
WORKDIR /app
ADD test.sh /app/test.sh
CMD ["bash", "test.sh"]