Fix Dockerfile
This commit is contained in:
parent
d169fa091e
commit
a1f3270c74
@ -10,5 +10,5 @@ RUN mkdir -p /rootfs/usr/bin && \
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
COPY --from=build /rootfs/usr/bin /usr/bin
|
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
|
apk add -U --no-cache ca-certificates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user