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

Update theia-k8s/Dockerfile

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