From 3e5972e918c72cdf2b9132cd935e3fee03d4daf1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 30 Jul 2024 16:33:21 +0200 Subject: [PATCH] fix style issue (#7768) --- docs/docs/start/docker_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index b99eaa16b6..aca4ae4024 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -269,7 +269,7 @@ RUN apk add --no-cache git -And if addittional, development packages are needed e.g. just for building a wheel for a pip package, a multi stage build can be used with the following `Dockerfile`: +And if additional, development packages are needed e.g. just for building a wheel for a pip package, a multi stage build can be used with the following `Dockerfile`:
Dockerfile @@ -277,7 +277,7 @@ And if addittional, development packages are needed e.g. just for building a whe ARG INVENTREE_TAG # prebuild stage - needs a lot of build dependencies -# make sure, the alpine and python version matches the version used in the inventree base image +# make sure, the alpine and python version matches the version used in the inventree base image FROM python:3.11-alpine3.18 as prebuild # Install whatever development dependency is needed (e.g. cups-dev, gcc, the musl-dev build tools and the pip pycups package)