Switch to my new java base container here too
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
be00c32873
commit
3f59f63212
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM eclipse-temurin:21-jdk
|
FROM gitea.simcop2387.info/simcop2387/papermc-base-os:latest
|
||||||
|
|
||||||
ENV MAX_MEM=1G
|
ENV MAX_MEM=1G
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ RUN apt-get update \
|
||||||
jq \
|
jq \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
RUN deluser ubuntu
|
|
||||||
RUN addgroup --gid 1000 velocity \
|
RUN addgroup --gid 1000 velocity \
|
||||||
&& adduser --system --shell /bin/false --uid 1000 --ingroup velocity --home /data velocity
|
&& adduser --system --shell /bin/false --uid 1000 --ingroup velocity --home /data velocity
|
||||||
RUN mkdir /velocity && chown 1000:1000 /velocity
|
RUN mkdir /velocity && chown 1000:1000 /velocity
|
||||||
|
|
Loading…
Add table
Reference in a new issue