Skip to content

Commit

Permalink
s/git/git-core
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Feb 1, 2024
1 parent 6dd3811 commit 14eed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora
MAINTAINER langdon <[email protected]>
RUN yum clean all && yum -y update
RUN yum -y install python python-pip make gcc krb5-devel python-devel python-setuptools python-gssapi python-nitrate python-dateutil python-urllib-gssapi git
RUN yum -y install python python-pip make gcc krb5-devel python-devel python-setuptools python-gssapi python-nitrate python-dateutil python-urllib-gssapi git-core
RUN yum clean all

COPY . /opt/did
Expand Down

0 comments on commit 14eed4d

Please sign in to comment.