From d67a583e6b088da54a08bc2db2142c3fc6508872 Mon Sep 17 00:00:00 2001 From: Jonathan Adami Date: Sun, 26 Apr 2020 17:29:11 +1000 Subject: [PATCH] add install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \