From 4c3d87558b6ba6461ee8aa19f2ad1fa9d2411818 Mon Sep 17 00:00:00 2001 From: Georgi Panov <77702912+Darkfella91@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:10:26 +0200 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3b54a3585..92ff6a9ff 100755 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -29,7 +29,7 @@ ENV EDITOR=/usr/bin/nano WORKDIR /tmp RUN apk update && \ - apk upgrade && \ + apk upgrade --no-cache && \ apk add --no-cache \ coreutils \ curl \