Skip to content

Commit 89f7103

Browse files
committed
fix dockerfile
1 parent 210e433 commit 89f7103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifacts/goreleaser/init.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY artifacts/scripts/proxy-init.sh /init.sh
55

66
RUN apt-get update && \
77
apt-get install --no-install-recommends -y ca-certificates iproute2 iptables && \
8-
apt-get clean && rm -rf /var/log/*log /var/lib/apt/lists/* /var/log/apt/* /var/lib/dpkg/*-old /var/cache/debconf/*-old \
8+
apt-get clean && rm -rf /var/log/*log /var/lib/apt/lists/* /var/log/apt/* /var/lib/dpkg/*-old /var/cache/debconf/*-old
99

1010

1111
ENTRYPOINT ["/init.sh"]

0 commit comments

Comments
 (0)