Skip to content

Commit

Permalink
Fixed builds #2213
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jan 1, 2024
1 parent 965c785 commit 7f15688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/huber/Dockerfile.template
Expand Up @@ -19,6 +19,8 @@ apt-get -y install --no-install-recommends \
pkg-config
EOF
WORKDIR /tmp/github.com/innobead/huber
ARG name
ARG version
RUN <<EOF
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/innobead/huber .
export CARGO_HOME=/usr/local/cargo
Expand Down

0 comments on commit 7f15688

Please sign in to comment.