add root for build in docker
This commit is contained in:
parent
4a987fb30e
commit
b4ed482404
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user