Skip to content

Commit

Permalink
Fix docker image: add make
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Semenyuk <alexsemenyuk88@gmail.com>
  • Loading branch information
alex-semenyuk committed Feb 14, 2024
1 parent 313194f commit b5ac38f
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 b5ac38f

Please sign in to comment.