2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

fix style issue (#7768)

This commit is contained in:
Matthias Mair
2024-07-30 16:33:21 +02:00
committed by GitHub
parent c33e91a42b
commit 3e5972e918

View File

@ -269,7 +269,7 @@ RUN apk add --no-cache git
</details>
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`:
<details><summary>Dockerfile</summary>