ARG TARGET=unstable
FROM seafile-client:${TARGET}-flrnnc

COPY --chmod=755 test_binaries.sh /test.sh

CMD ["/test.sh"]
