mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Merge conflict fix - resetting to earlier state and manually re-applying dragfly's libc6-compat fix
This commit is contained in:
parent
5b51b21a11
commit
526e1d5113
@ -21,7 +21,7 @@ ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
RUN apk update -qq \
|
||||
&& update-ca-certificates \
|
||||
&& apk add ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini \
|
||||
&& apk add ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini libc6-compat \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/* /var/tmp/*
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user