fix that line
This commit is contained in:
parent
b395e3894e
commit
8f4a8507db
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue