diff --git a/Dockerfile b/Dockerfile index 8df07b2..8f6c08f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ openssh-server sudo ca-certificates nano file htop vim locales \ && locale-gen en_US.UTF-8 \ && update-locale LANG=en_US.UTF-8 \ - && rm -rf /var/lib/apt/lists/* + && rm -rf /var/lib/apt/lists/* \ && python3 python3-pip