Skip to content

Commit 6305481

Browse files
author
ttt161
committed
cleanup
1 parent 75d1dc6 commit 6305481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

66
# Install thrift compiler
77
ARG THRIFT_VERSION
8-
ARG TARGETARCH=amd64
8+
ARG TARGETARCH
99
RUN wget -q -O- "https://github.com/valitydev/thrift/releases/download/${THRIFT_VERSION}/thrift-${THRIFT_VERSION}-linux-${TARGETARCH}.tar.gz" \
1010
| tar -xvz -C /usr/local/bin/
1111

0 commit comments

Comments
 (0)