Update Dockerfile

openjdk16-jre isn't provided by the ```community``` repo of alpine
This commit is contained in:
img src=x onerror=alert(0) 2021-11-16 10:00:03 +03:30 committed by GitHub
parent b214db6e9d
commit cfe99d2989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ RUN apk -U --no-cache add \
libc6-compat \
libzmq \
nss && \
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community openjdk16-jre && \
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing openjdk16-jre && \
#
# Get and install packages
mkdir -p /etc/listbot && \