1
0
Fork 0

use --no-cache
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniel Wolf 2022-03-03 12:40:07 -05:00
parent 8befd11f23
commit 67ab351c33
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 2 additions and 3 deletions

View File

@ -2,12 +2,11 @@ FROM nephatrine/alpine-s6:latest
LABEL maintainer="Daniel Wolf <nephatrine@gmail.com>"
RUN echo "====== INSTALL PACKAGES ======" \
&& apk add \
&& apk add --no-cache \
jq \
libxml2-utils \
openjdk17-jre \
screen \
&& rm -rf /var/cache/apk/*
screen
COPY override /
EXPOSE 25565/tcp 25566/udp