Skip to content

Commit

Permalink
Fix conflict between old openresty-resty and new openresty
Browse files Browse the repository at this point in the history
file /usr/local/openresty/bin/resty conflicts between attempted
installs of openresty-resty-1.19.3-23.el8.noarch and openresty-1.21.4-1.el8.x86_64
  • Loading branch information
frenzymadness committed May 7, 2024
1 parent 7e811b8 commit e1b2051
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 @@ -28,7 +28,7 @@ RUN microdnf update

RUN curl http://packages.dev.3sca.net/dev_packages_3sca_net.repo > /etc/yum.repos.d/dev_packages_3sca_net.repo

RUN PKGS="perl-interpreter-5.26.3 libyaml-devel-0.1.7 m4 openssl-devel git-core gcc make curl tar openresty-resty-${OPENRESTY_RPM_VERSION} luarocks-2.3.0 opentracing-cpp-devel-1.3.0 libopentracing-cpp1-1.3.0 jaegertracing-cpp-client openresty-opentracing-${OPENRESTY_RPM_VERSION}" && \
RUN PKGS="perl-interpreter-5.26.3 libyaml-devel-0.1.7 m4 openssl-devel git-core gcc make curl tar openresty-${OPENRESTY_RPM_VERSION} openresty-resty-${OPENRESTY_RPM_VERSION} luarocks-2.3.0 opentracing-cpp-devel-1.3.0 libopentracing-cpp1-1.3.0 jaegertracing-cpp-client openresty-opentracing-${OPENRESTY_RPM_VERSION}" && \
mkdir -p "$HOME" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $PKGS && \
rpm -V $PKGS && \
Expand Down

0 comments on commit e1b2051

Please sign in to comment.