add root for build in docker
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
FROM cubetiq/calpine-os-linux:latest
|
FROM cubetiq/calpine-os-linux:latest
|
||||||
LABEL maintainer="sombochea@cubetiqs.com"
|
LABEL maintainer="sombochea@cubetiqs.com"
|
||||||
|
|
||||||
|
# Build with root access
|
||||||
|
USER root
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
openssh-client
|
openssh-client
|
||||||
|
|||||||
Reference in New Issue
Block a user