Skip to content

Commit

Permalink
Merge pull request #19 from jenkins-docs/gounthar-patch-1
Browse files Browse the repository at this point in the history
clean-up
  • Loading branch information
gounthar authored Nov 29, 2023
2 parents 484d42f + c903352 commit 38b1275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/sidekick/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt update && apt install -y --no-install-recommends \
procps \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* && rm -fr /tmp/*

# Run the keygen.sh script with /ssh-dir as an argument.
# This script is expected to generate SSH keys and store them in /ssh-dir.
Expand Down

0 comments on commit 38b1275

Please sign in to comment.