We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daf7bf commit a4ec700Copy full SHA for a4ec700
Dockerfile
@@ -6,7 +6,7 @@ ENV RUN_NUMBER=${RUN_NUMBER}
6
RUN apt-get update && apt-get upgrade -y && \
7
apt-get install -y --no-install-recommends curl ca-certificates && \
8
bash -c "$(curl -fsSL https://raw.githubusercontent.com/jvde-github/AIS-catcher/main/scripts/aiscatcher-install)" _ --package --no-systemd --no-user && \
9
- apt-get remove -y curl ca-certificates && apt-get autoremove -y && \
+ apt-get remove -y curl && apt-get autoremove -y && \
10
rm -rf /var/lib/apt/lists/*
11
12
ENTRYPOINT ["/usr/bin/AIS-catcher"]
0 commit comments