diff --git a/Dockerfile b/Dockerfile index 98deeea..66a2668 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --no-cache --upgrade \ FROM ubuntu:20.04 WORKDIR /app RUN apt-get update && \ - apt-get install --no-install-recommends -y ca-certificates + apt-get install --no-install-recommends -y ca-certificates curl COPY --from=builder /tmp/ghz /bin/ghz COPY entrypoint.sh .