Files
docker-seafile-client/tests/image/Dockerfile
T

7 lines
119 B
Docker

ARG TARGET=unstable
FROM seafile-client:${TARGET}-flrnnc
COPY --chmod=755 test_binaries.sh /test.sh
CMD ["/test.sh"]