Skip to content

Commit

Permalink
Unfix package
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Oct 16, 2023
1 parent 0b140e8 commit 065da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV GROUP_ID=65535
ENV USER_NAME=osc-cost
ENV GROUP_NAME=osc-cost
RUN --mount=type=cache,target=/var/cache/apt apt-get update && \
apt-get install -y jq=1.6-2.1 netcat=1.10-46 curl ca-certificates=20210119 --no-install-recommends &&\
apt-get install -y jq netcat curl ca-certificates --no-install-recommends &&\
apt-get clean --dry-run && \
rm -rf /var/lib/apt/lists/*
RUN addgroup --gid $GROUP_ID $GROUP_NAME && \
Expand Down

0 comments on commit 065da2e

Please sign in to comment.