Commit c6cef86a authored by Heimo Stranner's avatar Heimo Stranner
Browse files

Update Dockerfile

parent f1ca247b
Loading
Loading
Loading
Loading
+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