We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef5f5f commit 4773c01Copy full SHA for 4773c01
mpcontribs-api/Dockerfile
@@ -25,7 +25,8 @@ RUN wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-
25
-O mpcontribs/api/contributions/formulae.json.gz
26
27
FROM base
28
-ARG BUILDARCH=x86_64
+ARG BUILDARCH
29
+ENV BUILDARCH=x86_64
30
COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
31
COPY --from=builder /usr/local/bin /usr/local/bin
32
COPY --from=builder /usr/lib/$BUILDARCH-linux-gnu/libsnappy* /usr/lib/$BUILDARCH-linux-gnu/
0 commit comments