Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 30, 2024
1 parent 06ee6ae commit 417f716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG TARGET
ARG PKGR_VERSION
FROM barebuild/$TARGET
ARG PKGR_VERSION

WORKDIR /app

RUN curl -GLs https://buildcurl.com -d recipe=pkgr -d version="$PKGR_VERSION" -d target="$TARGET" -o - | tar xzf - -C /usr/local
Expand Down

0 comments on commit 417f716

Please sign in to comment.