We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e467dd commit 56418b0Copy full SHA for 56418b0
1 file changed
Dockerfile
@@ -47,6 +47,7 @@ RUN apt-get update && \
47
apt-get install curl -y && \
48
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
49
apt-get install git-lfs -y && \
50
+ apt-get remove --purge -y curl && \
51
groupadd -g $ARGOCD_USER_ID argocd && \
52
useradd -r -u $ARGOCD_USER_ID -g argocd argocd && \
53
mkdir -p /home/argocd && \
0 commit comments