switch to fedora:latest
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM fedora:36
|
||||
FROM fedora:latest
|
||||
|
||||
LABEL name="Tracd Standalone Server"
|
||||
LABEL project="tracd"
|
||||
@@ -11,7 +11,8 @@ ENV USER_GID=2000
|
||||
RUN dnf -y install trac httpd-tools ;\
|
||||
dnf -y clean all
|
||||
|
||||
RUN useradd --shell /sbin/nologin --create-home --home-dir /home/trac --uid $USER_UID trac
|
||||
RUN groupadd --gid $USER_GID trac ;\
|
||||
useradd --shell /sbin/nologin --create-home --home-dir /home/trac --uid $USER_UID --gid $USER_GID trac
|
||||
|
||||
WORKDIR /home/trac
|
||||
USER trac
|
||||
|
||||
Reference in New Issue
Block a user