Skip to content

Commit

Permalink
fix: git push in container requires openssh-client
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 27, 2024
1 parent ba38306 commit b55f7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=linux/amd64 ubuntu:24.04
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
sudo \
openssh-client \
build-essential \
cmake \
git \
Expand Down

0 comments on commit b55f7fd

Please sign in to comment.