Skip to content

Commit

Permalink
Build docker image from source instead of cloned git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggu-snorr authored and vktr committed Dec 10, 2024
1 parent 122c7f8 commit 3ae95c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RUN apk update

RUN apk add --no-cache g++ gcc automake make autoconf libtool curl-dev git

RUN git clone --recurse-submodules https://github.com/unidentifieddeveloper/blaze.git .
COPY vendor/ ./vendor
COPY src/ ./src
COPY Makefile .

RUN make

Expand Down

0 comments on commit 3ae95c8

Please sign in to comment.