Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alagishev committed Jan 20, 2025
1 parent 6904c88 commit ed00a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/node:20

WORKDIR /usr/src/app

RUN apt-get install -y jq
RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*

ARG TAG=dev
RUN --mount=type=secret,id=npmrc,target=.npmrc mv $(npm pack @netcracker/qubership-apihub-build-task-consumer@"$(npm view @netcracker/qubership-apihub-build-task-consumer --json | jq -r '."dist-tags".'$TAG)") qubership-apihub-build-task-consumer.tgz
Expand Down

0 comments on commit ed00a76

Please sign in to comment.