Skip to content

Commit

Permalink
# fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Sep 5, 2024
1 parent eff4a96 commit 9773888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/docker/ops/jenkins-ssh-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jenkins/ssh-agent:5.46.0-jdk17

USER root
RUN apt-get update -y && apt-get install -y lsb-release
RUN apt-get update && apt-get install -y git curl lsb-release
RUN curl -fsSLo /usr/share/keyrings/docker-archive-keyring.asc https://download.docker.com/linux/debian/gpg
RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.asc] https://download.docker.com/linux/debian $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list
RUN apt-get update -y
Expand Down

0 comments on commit 9773888

Please sign in to comment.