add install

This commit is contained in:
Jonathan Adami 2020-04-26 17:29:11 +10:00
parent 8f4a8507db
commit d67a583e6b

View file

@ -9,7 +9,7 @@ RUN apt-get update \
wget \
entr \
python3 python3-pip \
&& pip3 crossplane \
&& pip3 install crossplane \
&& apt-get purge -y python3-pip \
&& apt autoremove -y \
&& apt-get clean \