diff --git a/Dockerfile b/Dockerfile index 79ff001..bf0cbb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ RUN mkdir -p /rootfs/usr/bin && \ FROM alpine COPY --from=build /rootfs/usr/bin /usr/bin -RUN chmod +x /usr/bin/relay /usr/bin/worker /usr/bin/ar-cli && \ +RUN chmod +x /usr/bin/relay && \ apk add -U --no-cache ca-certificates