mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-12-01 12:03:03 +00:00
Update Dockerfile
openjdk16-jre isn't provided by the ```community``` repo of alpine
This commit is contained in:
parent
b214db6e9d
commit
cfe99d2989
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue