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:
1b02f54
)
another attempt
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 21:12:25 +0000
(22:12 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 21:12:25 +0000
(22:12 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 68268626e76540f42ac127c55fd09015799929e4..f7bead2d7ea229db302f5918372ec64d2a9a16ef 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-11,8
+11,6
@@
ARG PYTHON_VERSION="3.11"
FROM python:${PYTHON_VERSION}-alpine as wheels-builder
ARG TARGETPLATFORM
-ENV PATH="${PATH}:/root/.cargo/bin"
-
# Install buildtime packages
RUN set -x \
&& apk add --no-cache \