mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-13 23:50:12 +00:00
smaller image file
This commit is contained in:
parent
e6ec703eac
commit
7fdb73a452
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user