mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-22 11:50:11 +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 && \
|
RUN apt-get clean && apt-get -y update && \
|
||||||
apt-get -y install --no-install-recommends \
|
apt-get -y install --no-install-recommends \
|
||||||
python3-dev libpq-dev build-essential \
|
build-essential libpq-dev vim htop bmon net-tools iputils-ping procps
|
||||||
vim htop bmon net-tools iputils-ping procps
|
|
||||||
|
|
||||||
ENV PATH=/root/.local/bin:$PATH
|
ENV PATH=/root/.local/bin:$PATH
|
||||||
COPY requirements.txt /requirements.txt
|
COPY requirements.txt /requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user