We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b60a46 commit 133c0b9Copy full SHA for 133c0b9
Dockerfile
@@ -5,7 +5,7 @@ ENV RUN_NUMBER=${RUN_NUMBER}
5
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 && \
+ 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 && \
10
rm -rf /var/lib/apt/lists/*
11
0 commit comments