Skip to content

Commit

Permalink
Update Dockerfile.dapper
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <innobead@gmail.com>
  • Loading branch information
innobead authored Jun 18, 2024
1 parent 45f3b4b commit 42cf452
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ RUN zypper -n install wget git unzip python311 python311-devel python311-pip &&
# needed for ${!var} substitution
RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh

# Install Go
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm64=arm64 GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash

# protoc
ENV PROTOC_amd64=https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VER}/protoc-${PROTOC_VER}-linux-x86_64.zip \
PROTOC_arm64=https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VER}/protoc-${PROTOC_VER}-linux-aarch_64.zip \
Expand Down

0 comments on commit 42cf452

Please sign in to comment.