update
This commit is contained in:
parent
0b6c876a0f
commit
00eb28b087
@ -6,7 +6,7 @@ ADD --chown=root:root /ADD/gitea /usr/bin/gitea
|
|||||||
RUN tdnf makecache \
|
RUN tdnf makecache \
|
||||||
&& tdnf -y install git \
|
&& tdnf -y install git \
|
||||||
&& rm -rf /var/cache/tdnf \
|
&& rm -rf /var/cache/tdnf \
|
||||||
&& useradd -m -U gitea \
|
&& useradd -m -U -u 1011 gitea \
|
||||||
&& mkdir -p /opt/gitea/{attachments,custom,data,repos,indexers,lfs,log}
|
&& mkdir -p /opt/gitea/{attachments,custom,data,repos,indexers,lfs,log}
|
||||||
CMD ["/opt/ccmd"]
|
CMD ["/opt/ccmd"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user