Attempt to reduce docker image size

This commit is contained in:
Isaac Abadi
2022-05-05 03:04:30 -04:00
parent e0509e8091
commit ab5cd409bb

View File

@@ -49,7 +49,8 @@ RUN apt-get update && apt-get -y install \
python2 \
python3 \
gosu \
atomicparsley && \
atomicparsley \
--no-install-recommends && \
apt-get install -f && \
apt-get autoremove --purge && \
apt-get autoremove && \