Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwinarske authored Oct 31, 2024
1 parent 7301546 commit 8837f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ubuntu-20-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ USER dev

WORKDIR /home/dev

RUN echo export DOCKER_HOST=unix:///run/user/$user_id/podman/podman.sock >>/home/$user_name/.bashrc

RUN echo '/home/dev/.ssh/id_rsa' | ssh-keygen -t rsa -b 2048 -C "${USER_EMAIL}"
RUN git config --global user.email ${USER_EMAIL}
RUN git config --global user.name "${USER_NAME}"
Expand Down

0 comments on commit 8837f7f

Please sign in to comment.