Skip to content

Commit

Permalink
Add git and ssh-keygen to dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 19, 2024
1 parent c177682 commit e42db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# lists afterwards
# ==========================================
RUN apt-get update; \
apt-get install -y --no-install-recommends ca-certificates gnupg; \
apt-get install -y --no-install-recommends ca-certificates gnupg git ssh-keygen; \
install -m 0755 -d /etc/apt/keyrings; \
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg; \
chmod a+r /etc/apt/keyrings/docker.gpg; \
Expand Down

0 comments on commit e42db76

Please sign in to comment.