From 7fdb73a452f92c76cf7e088412f959cf609322d7 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 6 Jun 2022 15:17:31 +0700 Subject: [PATCH] smaller image file --- tubearchivist/web/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tubearchivist/web/Dockerfile b/tubearchivist/web/Dockerfile index 8451da0..33eae3f 100644 --- a/tubearchivist/web/Dockerfile +++ b/tubearchivist/web/Dockerfile @@ -2,8 +2,7 @@ FROM python:3.10.4-slim-bullseye RUN apt-get clean && apt-get -y update && \ apt-get -y install --no-install-recommends \ - python3-dev libpq-dev build-essential \ - vim htop bmon net-tools iputils-ping procps + build-essential libpq-dev vim htop bmon net-tools iputils-ping procps ENV PATH=/root/.local/bin:$PATH COPY requirements.txt /requirements.txt