diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0863f9f..9a70499 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -42,6 +42,6 @@ RUN npm install -g yarn ########################## # Dependencies for ansible -RUN apt-get update -y -RUN apt-get install python3-pip -RUN pip install requests requests-oauthlib kubernetes +#RUN apt-get update -y +#RUN apt-get install python3-pip +#RUN pip install requests requests-oauthlib kubernetes