diff --git a/Dockerfile b/Dockerfile index 2f4d9f5..21b83e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,6 @@ FROM python:3.11-slim-bullseye -RUN apt-get -y update && apt-get upgrade -y && apt-get install -y \ -unzip \ -wget \ -# Cirro requirement -psutils +RUN apt-get -y update && apt-get upgrade -y && apt-get install -y unzip wget WORKDIR /opt/build COPY dev/install_pplacer.sh /opt/build/install_pplacer.sh