Skip to content

Commit

Permalink
fix(docker): add cmake (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 20, 2023
1 parent fc5025c commit bc6dd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -6,7 +6,7 @@ ENV LIBWEBP_VERSION 1.3.2

RUN \
apt-get update && \
apt-get install -y yasm && \
apt-get install -y cname yasm && \
\
mkdir -p /tmp/src && \
cd /tmp/src && \
Expand Down Expand Up @@ -40,6 +40,6 @@ RUN go mod download
RUN go build -o /go/bin/manael

# Now copy it into our base image.
FROM gcr.io/distroless/static-debian12
FROM gcr.io/distroless/base-debian12
COPY --from=build /go/bin/manael /
CMD ["/manael"]

0 comments on commit bc6dd34

Please sign in to comment.