From aace34c8a320fd2d6bb93242a323f41861c11961 Mon Sep 17 00:00:00 2001 From: Bodhi <3882561+BodhiHu@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:43:59 +0800 Subject: [PATCH] chore: remove the COPY instruction in .devcontainer/Dockerfile (#3409) --- .devcontainer/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e1070e4ed3..ab585a5ae9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,8 +1,5 @@ FROM mcr.microsoft.com/devcontainers/python:3.10 -COPY . . - - # [Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # && apt-get -y install --no-install-recommends \ No newline at end of file