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