minor dockerfile syntax update

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-21 08:34:29 +02:00
parent 1266371646
commit 019d9ad3b3
10 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ FROM node:16-bullseye-slim
# highlight-add-start
# Set Python interpreter for `node-gyp` to use
ENV PYTHON /usr/bin/python3
ENV PYTHON=/usr/bin/python3
# highlight-add-end
# Install sqlite3 dependencies. You can skip this if you don't use sqlite3 in the image,