Commit 05d692a6 authored by Your Name's avatar Your Name

install make in docker file

parent b1fd980e
......@@ -4,11 +4,17 @@ FROM golang:1.21.7-alpine3.18 AS build
#FROM golang:1.20.6-alpine3.18 AS build
# Set up dependencies
ENV PACKAGES git build-base
#ENV PACKAGES build-base
#ENV PACKAGES git build-base
# Install dependencies
RUN apk add --update $PACKAGES
#RUN apk add --update $PACKAGES
RUN apk add make
WORKDIR /go/src/github.com/odysseus/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment