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