mirror of
https://github.com/luzifer-docker/openfire.git
synced 2024-11-09 18:00:13 +00:00
Don't fail when /opt exists
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bce3304331
commit
115f481469
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ENV OPENFIRE_VERSION=4_2_1
|
|||
|
||||
RUN set -ex \
|
||||
&& apk --no-cache add curl openjdk8 ca-certificates bash \
|
||||
&& mkdir /opt \
|
||||
&& mkdir -p /opt \
|
||||
&& curl -sSfL "https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_${OPENFIRE_VERSION}.tar.gz" | \
|
||||
tar -xz -C /opt \
|
||||
&& curl -sSfLo /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64 \
|
||||
|
|
Loading…
Reference in a new issue