Skip to content

Commit

Permalink
Add git to gitjob image (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcabello authored Nov 13, 2023
1 parent 6b29fad commit f24dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/bci-base:15.5.36.5.47
RUN zypper -n update && \
zypper -n install openssh catatonit && \
zypper -n install openssh catatonit git && \
zypper -n clean -a
RUN useradd -u 1000 -U -m gitjob
COPY bin/gitjob /usr/bin/
Expand Down

0 comments on commit f24dcd8

Please sign in to comment.