Skip to content

Commit 133c0b9

Browse files
committed
install aiscatcher as non-root
1 parent 7b60a46 commit 133c0b9

File tree

2 files changed

+260
-154
lines changed

2 files changed

+260
-154
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV RUN_NUMBER=${RUN_NUMBER}
55

66
RUN apt-get update && apt-get upgrade -y && \
77
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 && \
8+
bash -c "$(curl -fsSL https://raw.githubusercontent.com/jvde-github/AIS-catcher/main/scripts/aiscatcher-install)" _ --package --no-systemd --no-user && \
99
apt-get remove -y curl ca-certificates && apt-get autoremove -y && \
1010
rm -rf /var/lib/apt/lists/*
1111

0 commit comments

Comments
 (0)