mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Install git
This commit is contained in:
parent
58bfc80f79
commit
601aff8283
@ -22,6 +22,9 @@ RUN addgroup -S inventreegroup && adduser -S inventree -G inventreegroup
|
|||||||
USER inventree
|
USER inventree
|
||||||
WORKDIR /home/inventree
|
WORKDIR /home/inventree
|
||||||
|
|
||||||
|
# Install git
|
||||||
|
RUN apt add --no-cache git
|
||||||
|
|
||||||
# Clone source code
|
# Clone source code
|
||||||
RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}
|
RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user