Skip to content

Commit

Permalink
Use git-core pkg instead of git
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Macedo <[email protected]>
  • Loading branch information
macedogm authored and manno committed Jan 31, 2024
1 parent 42c8c90 commit f2f3c96
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
RUN zypper -n update && \
zypper -n install openssh catatonit && \
zypper -n install openssh catatonit git-core && \
zypper -n clean -a
RUN useradd -u 1000 -U -m gitjob
COPY bin/gitjob /usr/bin/
Expand Down

0 comments on commit f2f3c96

Please sign in to comment.