fix that line

This commit is contained in:
Jonathan Adami 2020-04-26 17:27:24 +10:00
parent b395e3894e
commit 8f4a8507db

View file

@ -11,7 +11,7 @@ RUN apt-get update \
python3 python3-pip \ python3 python3-pip \
&& pip3 crossplane \ && pip3 crossplane \
&& apt-get purge -y python3-pip \ && apt-get purge -y python3-pip \
&& apt autoremove -y && apt autoremove -y \
&& apt-get clean \ && apt-get clean \
&& rm -r /var/lib/apt/lists/* && rm -r /var/lib/apt/lists/*