kopia lustrzana https://github.com/jedie/PyInventory
seperate pip installations
rodzic
27f3b00b6f
commit
67a9ec9725
|
@ -8,10 +8,11 @@ RUN apt-get update \
|
||||||
&& apt autoremove \
|
&& apt autoremove \
|
||||||
&& apt -y full-upgrade \
|
&& apt -y full-upgrade \
|
||||||
&& rm -rf /var/lib/apt \
|
&& rm -rf /var/lib/apt \
|
||||||
&& python3 -m pip install -U pip
|
&& python3 -m pip install -U pip \
|
||||||
|
&& pip install -U psycopg2-binary
|
||||||
|
|
||||||
WORKDIR /inventory
|
WORKDIR /inventory
|
||||||
|
|
||||||
RUN pip install psycopg2-binary "pyinventory>=0.4.2"
|
RUN pip install "pyinventory>=0.4.2"
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue