Skip to content

Commit

Permalink
RHINENG-10063, RHINENG-10067, RHINENG-10071, RHINENG-10075, RHINENG-1…
Browse files Browse the repository at this point in the history
…0079: remove unused git package
  • Loading branch information
MichaelMraka authored and psegedy committed May 16, 2024
1 parent 7ef3207 commit f1de51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN rpm -Uvh http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/
sed -i 's/^\(enabled.*\)/\1\npriority=200/;' /etc/yum.repos.d/CentOS*.repo

RUN dnf module -y enable postgresql:16 && \
dnf install -y go-toolset postgresql git-core diffutils rpm-devel && \
dnf install -y go-toolset postgresql diffutils rpm-devel && \
ln -s /usr/libexec/platform-python /usr/bin/python3

ENV GOPATH=/go \
Expand Down

0 comments on commit f1de51b

Please sign in to comment.