From 42b400e619464bd22fd7328d422880f527eb6687 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 31 Mar 2021 22:58:32 +1100 Subject: [PATCH] typo fix --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 24f99764d6..f4ad7efddd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -23,7 +23,7 @@ USER inventree WORKDIR /home/inventree # Install git -RUN apt add --no-cache git +RUN apk add --no-cache git # Clone source code RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}