Updated and hide build root
This commit is contained in:
parent
3a6222fcc1
commit
399279a088
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,4 +12,4 @@ jobs:
|
||||
- name: Starter Docker Yarn Test
|
||||
uses: cubetiq/starter-docker-yarn-actions@main
|
||||
with:
|
||||
run: docker version; node --version; npm --version; npx --version; yarn --version
|
||||
run: docker version
|
||||
|
@ -2,7 +2,7 @@ FROM cubetiq/calpine-docker:latest
|
||||
LABEL maintainer="sombochea@cubetiqs.com"
|
||||
|
||||
# Build with root access
|
||||
USER root
|
||||
# USER root
|
||||
|
||||
ENV NODE_VERSION 14.16.0
|
||||
ENV USER_UID 1001
|
||||
@ -71,7 +71,6 @@ RUN addgroup -g ${USER_UID} node \
|
||||
fi \
|
||||
&& rm -f "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" \
|
||||
&& apk del .build-deps \
|
||||
# smoke tests
|
||||
&& node --version \
|
||||
&& npm --version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user