projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac73db
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 17 Mar 2024 23:34:47 +0000
(
00:34
+0100)
committer
GitHub
<noreply@github.com>
Sun, 17 Mar 2024 23:34:47 +0000
(
00:34
+0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 3cc267e4bae7ae394fb799d0341ec45ae24da859..bca8f6bd1c62d6e3f8d735f72e83059cd51e56b3 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-10,6
+10,7
@@
ARG DEBIAN_VERSION="bookworm"
#####################################################################
FROM python:${PYTHON_VERSION}-{DEBIAN_VERSION}-slim as wheels-builder
ARG TARGETPLATFORM
+ARG DEBIAN_VERSION
# Install buildtime packages
RUN set -x \
@@
-43,6
+44,7
@@
WORKDIR /app
# Required to persist build arg
ARG MASS_VERSION
ARG TARGETPLATFORM
+ARG DEBIAN_VERSION
RUN set -x \
# add backports repo