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 d61868e commit a97ee5cCopy full SHA for a97ee5c
dockerfiles/cpp/Dockerfile
@@ -1,5 +1,8 @@
1
FROM jenkins/ssh-agent:6.9.0
2
3
+ARG TARGETARCH
4
+ENV ARCHITECTURE=$TARGETARCH
5
+
6
# Install necessary C++ build tools
7
RUN apt-get update && apt-get install -y --no-install-recommends \
8
build-essential \
0 commit comments