remove unnecessary line

This commit is contained in:
Manabu Mccloskey 2023-10-12 14:51:05 -07:00
parent 251a73ef0a
commit d42beb2993

View file

@ -22,7 +22,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
RUN wget -P /usr/local/bin/ https://dl.k8s.io/release/v1.27.0/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl
RUN npm install -g node-gyp
# From here on we use the least-privileged `node` user to run the backend.
USER node