Skip to content

Commit 9e110a5

Browse files
authored
fix(docker): No need for an architecture ARG
1 parent 4c961af commit 9e110a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dockerfiles/cpp/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
FROM jenkins/ssh-agent:6.9.0
22

3-
ARG TARGETARCH
4-
ENV ARCHITECTURE=$TARGETARCH
5-
63
# Install necessary C++ build tools
74
RUN apt-get update && apt-get install -y --no-install-recommends \
85
build-essential \

0 commit comments

Comments
 (0)