diff --git a/docker/api/Dockerfile b/docker/api/Dockerfile index b28f49de..0816e50e 100644 --- a/docker/api/Dockerfile +++ b/docker/api/Dockerfile @@ -21,7 +21,7 @@ WORKDIR /fgt-workspace # Build the software - Note: Clone by specific tag or branch RUN git clone -b ${GIT_BRANCH} --single-branch --depth 1 https://github.com/PharmaLedger-IMI/fgt-workspace.git . && \ - npm install --unsafe-perm + npm ci && npm cache clean --force RUN npm run install-dsu-explorer diff --git a/octopus-freeze.json b/octopus-freeze.json index 15dae0dd..9026daa2 100644 --- a/octopus-freeze.json +++ b/octopus-freeze.json @@ -1082,3 +1082,5 @@ } + +