Skip to content

Commit

Permalink
Merge pull request #9 from ingenuity-build/fix-dockerfile-version
Browse files Browse the repository at this point in the history
copy .git folder into Docker context so we can fetch the version
  • Loading branch information
ajansari95 authored Dec 29, 2022
2 parents 0f3e869 + a1afc2e commit 7108baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/ingenuity-build/evince

# Add source files
COPY .. .

COPY .git .
# Install minimum necessary dependencies, build binary and remove packages
RUN apk add --no-cache $PACKAGES && make install

Expand Down

0 comments on commit 7108baa

Please sign in to comment.