more thoughts

This commit is contained in:
2023-08-15 22:25:44 -05:00
parent e00a049ba7
commit d0e1100689
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache mariadb-client rclone curl supercronic
RUN apk add --no-cache mariadb-client rclone curl supercronic docker
COPY entrypoint.sh opt
CMD ["/opt/entrypoint.sh"]