Loading theia-k8s/Dockerfile +3 −0 Original line number Diff line number Diff line FROM elswork/theia USER root RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl RUN apk add sudo RUN echo '%wheel ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/wheel RUN adduser node wheel USER node Loading
theia-k8s/Dockerfile +3 −0 Original line number Diff line number Diff line FROM elswork/theia USER root RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl RUN apk add sudo RUN echo '%wheel ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/wheel RUN adduser node wheel USER node