mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2025-07-25 19:12:24 +00:00
DCD-1270: Remove package upgrade from the build process.
This commit is contained in:
@ -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/*
|
||||
|
||||
|
Reference in New Issue
Block a user