Skip to content

Commit 56418b0

Browse files
reggie-kppapapetrou76
authored andcommitted
removed curl from image (#406)
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent 7e467dd commit 56418b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN apt-get update && \
4747
apt-get install curl -y && \
4848
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
4949
apt-get install git-lfs -y && \
50+
apt-get remove --purge -y curl && \
5051
groupadd -g $ARGOCD_USER_ID argocd && \
5152
useradd -r -u $ARGOCD_USER_ID -g argocd argocd && \
5253
mkdir -p /home/argocd && \

0 commit comments

Comments
 (0)