Skip to content

Commit

Permalink
fix(docker): remove cache for APT
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant authored and vponomaryov committed Feb 6, 2025
1 parent 07f4457 commit 926784d
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 @@ -5,7 +5,7 @@ WORKDIR /usr/src/app

COPY . .

RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
build-essential \
cmake \
git \
Expand Down

0 comments on commit 926784d

Please sign in to comment.