Remove redundant statements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
665ce3c4da
commit
7b19a1c3ac
@ -16,6 +16,7 @@ ENV LANGUAGE en_US:en
|
|||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
||||||
|
# (curl) Dependency for Ansible 'kubernetes.core' collection
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
@ -42,9 +43,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
|
|||||||
setuptools \
|
setuptools \
|
||||||
wheel \
|
wheel \
|
||||||
yamllint && \
|
yamllint && \
|
||||||
# apt-get remove -y \
|
|
||||||
# curl && \
|
|
||||||
apt-get autoremove -y && \
|
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
rm -f /tmp/ovftool-installer
|
rm -f /tmp/ovftool-installer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user