Skip to content

Commit 1026444

Browse files
Akanshu-2uCopilot
andauthored
fix: Update .devcontainer/Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 165bdb4 commit 1026444

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ FROM mcr.microsoft.com/devcontainers/universal:latest
44

55
RUN rm -f /etc/apt/sources.list.d/yarn.list \
66
/etc/apt/sources.list.d/yarn*.list \
7-
&& apt-get update
7+
&& apt-get update \
8+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)