Skip to content

Commit

Permalink
Merge pull request #9 from carapace-sh/dockerfile-copy
Browse files Browse the repository at this point in the history
dockerfile: copy
  • Loading branch information
rsteube authored May 5, 2024
2 parents 6d78c52 + dd25bcb commit 5ce23a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ADD . /go-src
RUN cd /go-src && make build-termux

FROM golang:1.22.1
COPY --from=build --link /usr/local/go/ /usr/local/go
COPY --from=build-termux --link /usr/local/go/ /usr/local/go-termux/
COPY --from=build /usr/local/go/ /usr/local/go
COPY --from=build-termux /usr/local/go/ /usr/local/go-termux/
RUN ln -s /usr/local/go-termux/bin/go /usr/local/bin/go-termux

0 comments on commit 5ce23a4

Please sign in to comment.