mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-558: Add Python3 and Jinja2 to Docker images.
This commit is contained in:
parent
917e45ead6
commit
36009c4dbf
@ -21,7 +21,7 @@ CMD ["/entrypoint.sh", "-fg"]
|
|||||||
ENTRYPOINT ["/sbin/tini", "--"]
|
ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends fontconfig \
|
&& apt-get install -y --no-install-recommends fontconfig python3 python3-jinja2 \
|
||||||
&& apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ARG TINI_VERSION=v0.18.0
|
ARG TINI_VERSION=v0.18.0
|
||||||
|
@ -20,7 +20,7 @@ EXPOSE 8091
|
|||||||
CMD ["/entrypoint.sh", "-fg"]
|
CMD ["/entrypoint.sh", "-fg"]
|
||||||
ENTRYPOINT ["/sbin/tini", "--"]
|
ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini
|
RUN apk add --no-cache ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini python3 py3-jinja2
|
||||||
|
|
||||||
# Workaround for AdoptOpenJDK Alpine fontconfig bug
|
# Workaround for AdoptOpenJDK Alpine fontconfig bug
|
||||||
RUN ln -s /usr/lib/libfontconfig.so.1 /usr/lib/libfontconfig.so \
|
RUN ln -s /usr/lib/libfontconfig.so.1 /usr/lib/libfontconfig.so \
|
||||||
|
Loading…
Reference in New Issue
Block a user