Uncommented deletion of not longer needed packages from docker image.

This commit is contained in:
Homer S. 2021-07-10 10:22:04 +02:00
parent 63004853a3
commit 7e2ef5822d
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ COPY . .
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone; \
/bin/sh -c 'apk update && apk add --no-cache gcc musl-dev python3-dev py3-pip libffi-dev openssl-dev cargo zlib-dev jpeg-dev speex ffmpeg htop; \
pip install update pip && pip install -r requirements.txt ;'
# apk del zlib-dev jpeg-dev gcc musl-dev python3-dev libffi-dev openssl-dev cargo;'
pip install update pip && pip install -r requirements.txt ; \
apk del zlib-dev jpeg-dev gcc musl-dev python3-dev libffi-dev openssl-dev cargo;'