diff --git a/Dockerfile b/Dockerfile index 0928b21..a6e1a19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # For more information, please refer to https://aka.ms/vscode-docker-python FROM python:3.10-slim +# Run updates RUN apt-get update RUN apt-get upgrade -y