Skip to content
Snippets Groups Projects

Added the tests

2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.authors="martin.weise@tuwien.ac.at"
RUN apk --no-cache add \
bash \
&& pip install s3cmd
s3cmd
WORKDIR /app
Loading