Loading theia-k8s/Dockerfile +1 −1 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 --no-cache -X https://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 Loading Loading
theia-k8s/Dockerfile +1 −1 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 --no-cache -X https://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 Loading