optimize struct

main
ycz008 2023-08-23 11:31:30 +08:00
parent 15414550bc
commit 6d331e9080
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ LABEL ycz008 <ycz008@seethingx.com>
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl && \
rm -rf /var/lib/apt/lists/
rm -rf /var/lib/apt/lists/ && \
git config --global --add safe.directory '*'