optimize struct
parent
15414550bc
commit
6d331e9080
|
@ -4,4 +4,5 @@ LABEL ycz008 <ycz008@seethingx.com>
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends ca-certificates curl && \
|
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 '*'
|
||||||
|
|
Loading…
Reference in New Issue