diff --git a/Dockerfile b/Dockerfile index e75f90c..827a815 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \