Install make inside build container
This commit is contained in:
@@ -8,8 +8,8 @@ WORKDIR /app
|
||||
# Copy the entire project into the container
|
||||
COPY . .
|
||||
|
||||
# Install dependencies for building the application
|
||||
RUN apk add --no-cache bash git go gcc musl-dev curl fuse libxml2-utils
|
||||
# Install dependencies for building the application, including make
|
||||
RUN apk add --no-cache bash git go gcc musl-dev curl fuse libxml2-utils make
|
||||
|
||||
# Set build arguments
|
||||
ENV BUILT_AT=$BuiltAt
|
||||
|
||||
Reference in New Issue
Block a user