diff --git a/Dockerfile-streamlit b/Dockerfile-streamlit index 7e47620..dd37bcb 100644 --- a/Dockerfile-streamlit +++ b/Dockerfile-streamlit @@ -4,13 +4,6 @@ COPY ./python/sqlzilla /app WORKDIR /app -RUN apt-get update && apt-get install -y \ - build-essential \ - curl \ - software-properties-common \ - git \ - && rm -rf /var/lib/apt/lists/* - RUN pip3 install -r requirements.txt EXPOSE 8501