Skip to content

Commit

Permalink
fix dockerfile (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikykun authored Jul 10, 2024
1 parent 210e433 commit d04dfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/goreleaser/init.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY artifacts/scripts/proxy-init.sh /init.sh

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


ENTRYPOINT ["/init.sh"]

0 comments on commit d04dfda

Please sign in to comment.