Skip to content

Commit dd02612

Browse files
author
Jonathan S. Katz
committed
Remove explicit package installation in deployer
As we are no longer calling openssl from the Ansible scripts, we do not need to install it explicitly. However, this is included in most, if not all, of the base images we use.
1 parent 8151e17 commit dd02612

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/pgo-deployer/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN if [ "$DFSET" = "centos" ] ; then \
2222
ansible-${ANSIBLE_VERSION} \
2323
which \
2424
gettext \
25-
openssl \
2625
&& ${PACKAGER} -y clean all ; \
2726
fi
2827

@@ -36,7 +35,6 @@ RUN if [ "$BASEOS" = "rhel7" ] ; then \
3635
ansible-${ANSIBLE_VERSION} \
3736
which \
3837
gettext \
39-
openssl \
4038
&& ${PACKAGER} -y clean all --enablerepo='rhel-7-server-ose-4.4-rpms' ; \
4139
fi
4240

@@ -50,7 +48,6 @@ RUN if [ "$BASEOS" = "ubi7" ] ; then \
5048
ansible-${ANSIBLE_VERSION} \
5149
which \
5250
gettext \
53-
openssl \
5451
&& ${PACKAGER} -y clean all --enablerepo='rhel-7-server-ose-4.4-rpms' ; \
5552
fi
5653

@@ -64,7 +61,6 @@ RUN if [ "$BASEOS" = "ubi8" ] ; then \
6461
ansible-${ANSIBLE_VERSION} \
6562
which \
6663
gettext \
67-
openssl \
6864
&& ${PACKAGER} -y clean all --enablerepo='rhocp-4.5-for-rhel-8-x86_64-rpms' ; \
6965
fi
7066

0 commit comments

Comments
 (0)