Compare commits

..

No commits in common. "5f63e70f91a16ffeb3212527cfbc9012db38b866" and "d98c930f43f5570626459effb6f3128505a360ee" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM alpine FROM apline
ADD main.sh /bin/ ADD main.sh /bin/
RUN chmod +x /bin/main.sh RUN chmod +x /bin/main.sh
RUN apk -Uuv add curl ca-certificates RUN apk -Uuv add curl ca-certificates