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 4c961af commit 9e110a5Copy full SHA for 9e110a5
dockerfiles/cpp/Dockerfile
@@ -1,8 +1,5 @@
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