diff --git a/Dockerfile b/Dockerfile index 935460a..8b243e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ FROM cubetiq/calpine-os-linux:latest LABEL maintainer="sombochea@cubetiqs.com" +# Build with root access +USER root + RUN apk add --no-cache \ ca-certificates \ openssh-client