mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-18 23:09:58 +02:00
docs: remove unused dependencies
This commit is contained in:
@@ -2,7 +2,6 @@ FROM python:3.11-slim-buster AS python-build-stage
|
||||
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
build-essential \
|
||||
gettext \
|
||||
libpq-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user