From a1f3270c740ef90f87ae76167742e7b872377b82 Mon Sep 17 00:00:00 2001 From: Naoki Kosaka Date: Sat, 19 Jun 2021 11:08:19 +0900 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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