Skip to content

Commit 62f5d60

Browse files
Jonathan S. Katzjkatz
authored andcommitted
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 93f7f99 commit 62f5d60

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
nss_wrapper \
2726
&& ${PACKAGER} -y clean all ; \
2827
fi
@@ -37,7 +36,6 @@ RUN if [ "$BASEOS" = "rhel7" ] ; then \
3736
ansible-${ANSIBLE_VERSION} \
3837
which \
3938
gettext \
40-
openssl \
4139
nss_wrapper \
4240
&& ${PACKAGER} -y clean all --enablerepo='rhel-7-server-ose-4.4-rpms' ; \
4341
fi
@@ -52,7 +50,6 @@ RUN if [ "$BASEOS" = "ubi7" ] ; then \
5250
ansible-${ANSIBLE_VERSION} \
5351
which \
5452
gettext \
55-
openssl \
5653
nss_wrapper \
5754
&& ${PACKAGER} -y clean all --enablerepo='rhel-7-server-ose-4.4-rpms' ; \
5855
fi
@@ -66,7 +63,6 @@ RUN if [ "$BASEOS" = "ubi8" ] ; then \
6663
ansible-${ANSIBLE_VERSION} \
6764
which \
6865
gettext \
69-
openssl \
7066
nss_wrapper \
7167
&& ${PACKAGER} -y clean all --enablerepo='rhocp-4.5-for-rhel-8-x86_64-rpms' ; \
7268
fi

0 commit comments

Comments
 (0)