mirror of
https://github.com/telekom-security/tpotce.git
synced 2026-02-10 20:44:00 +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 \
|
libc6-compat \
|
||||||
libzmq \
|
libzmq \
|
||||||
nss && \
|
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
|
# Get and install packages
|
||||||
mkdir -p /etc/listbot && \
|
mkdir -p /etc/listbot && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue