add @testing (2/3)
This commit is contained in:
parent
3debc1b0df
commit
bb08a63296
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ RUN mkdir /configs /logs /customFiles && \
|
|||
tini \
|
||||
bash \
|
||||
curl \
|
||||
openjdk17-jre
|
||||
openjdk17-jre && \
|
||||
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories && \
|
||||
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && \
|
||||
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories
|
||||
|
||||
# Set environment variables
|
||||
ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI
|
||||
|
|
Loading…
Reference in a new issue