DCD-1270: Remove package upgrade from the build process.

This commit is contained in:
Steve Smith 2021-04-14 11:47:43 +10:00
parent 31d9f84201
commit 69ba4f41d1

View File

@ -24,7 +24,7 @@ EXPOSE 8091
CMD ["/entrypoint.py"]
ENTRYPOINT ["/usr/bin/tini", "--"]
RUN apt-get update && apt-get upgrade -y \
RUN apt-get update \
&& apt-get install -y --no-install-recommends fontconfig fonts-noto python3 python3-jinja2 tini \
&& apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*