Removed packages after build is done
This commit is contained in:
parent
70e9dc9811
commit
b6de67f5ef
1 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,12 @@ RUN apk update --no-cache && \
|
|||
rm ytdl_sub-*.whl && \
|
||||
apk del \
|
||||
g++ \
|
||||
make
|
||||
make \
|
||||
py3-setuptools \
|
||||
zlib-dev \
|
||||
jpeg-dev \
|
||||
python3-dev \
|
||||
libwebp-dev
|
||||
|
||||
###############################################################################
|
||||
# CONTAINER CONFIGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue