Remove redundant statements
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-05-02 11:28:30 +02:00
parent 665ce3c4da
commit 7b19a1c3ac
1 changed files with 1 additions and 3 deletions

View File

@ -16,6 +16,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
# (curl) Dependency for Ansible 'kubernetes.core' collection
curl \
git \
jq \
@ -42,9 +43,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
setuptools \
wheel \
yamllint && \
# apt-get remove -y \
# curl && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* && \
rm -f /tmp/ovftool-installer