We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2387a commit 96e33e1Copy full SHA for 96e33e1
1 file changed
mpcontribs-api/Dockerfile
@@ -25,7 +25,7 @@ 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
+ARG BUILDARCH=x86_64
29
COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
30
COPY --from=builder /usr/local/bin /usr/local/bin
31
COPY --from=builder /usr/lib/$BUILDARCH-linux-gnu/libsnappy* /usr/lib/$BUILDARCH-linux-gnu/
0 commit comments