Commit 9974eae8 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

Update theia-k8s/Dockerfile

parent 94599408
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 https://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl
RUN apk add --no-cache --allow-untrusted -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