mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
fix: remove unnecessary libpq-dev dependency from Dockerfile
This commit is contained in:
parent
2070f9e281
commit
9c6c2a081b
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
&& apt-get update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
python3.13 python3.13-dev python3.13-venv libpython3.13 \
|
||||
libpcre3 libpcre3-dev libpq-dev \
|
||||
libpcre3 libpcre3-dev \
|
||||
build-essential gcc g++ gfortran libopenblas-dev libopenblas0 ninja-build \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
&& apt-get update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
python3.13 python3.13-venv libpython3.13 \
|
||||
libpcre3 libpq-dev libopenblas0 procps pciutils \
|
||||
libpcre3 libopenblas0 procps pciutils \
|
||||
nginx comskip \
|
||||
vlc-bin vlc-plugin-base \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue