testing
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#FROM fithwum/debian-base:bullseye
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/files/Install_Script.sh
|
||||||
@@ -5,11 +6,9 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/f
|
|||||||
ENV PUID=99
|
ENV PUID=99
|
||||||
ENV GUID=100
|
ENV GUID=100
|
||||||
|
|
||||||
|
#RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry
|
||||||
RUN adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry
|
RUN adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry
|
||||||
|
|
||||||
#RUN addgroup -S 100 \
|
|
||||||
# && adduser -S -u 99 -D foundry -G 100
|
|
||||||
|
|
||||||
# Install dependencies and folder creation
|
# Install dependencies and folder creation
|
||||||
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
|
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
|
||||||
&& mkdir -p /foundry /ftemp \
|
&& mkdir -p /foundry /ftemp \
|
||||||
|
|||||||
Reference in New Issue
Block a user