Skip to content

Commit

Permalink
Merge pull request #4 from alex-semenyuk/fix_image
Browse files Browse the repository at this point in the history
Fix docker image: add make
  • Loading branch information
alex-semenyuk authored Feb 14, 2024
2 parents 732992c + b5ac38f commit 7cc2a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:1.21-alpine3.19 AS builder
RUN apk add make
ARG BUILD_VERSION
ENV BUILD_VERSION=${BUILD_VERSION}
ADD . /tezosconnect
Expand Down

0 comments on commit 7cc2a94

Please sign in to comment.