diff --git a/build/Dockerfile b/build/Dockerfile index 7b1427f..7e193b3 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,8 @@ # The build image could be golang, but it currently does not support riscv64. Only debian:sid does, at the time of writing. FROM debian:sid-slim AS build +ARG version + # Install dependencies RUN apt-get update && apt-get install -y golang build-essential libsecret-1-dev