diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d66efa0..b60dffe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index bc85022..9540374 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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