RED-3800 try get a successful build

This commit is contained in:
Dan Percic 2023-06-21 11:43:59 +03:00
parent a8b93f2659
commit c550519c0a

View File

@ -1,9 +1,5 @@
FROM node:18.12-buster as prep
RUN ls -al
RUN cat .dockerenv
RUN printenv
RUN apt-get update && apt-get install -y jq
COPY package.json /tmp