Skip to content

Commit

Permalink
Merge pull request #3 from hellofresh/patch/missing-deps
Browse files Browse the repository at this point in the history
Add missing dependency to final image
  • Loading branch information
lucasmdrs authored Jun 9, 2021
2 parents c479a21 + 525dddb commit 57485ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 57485ac

Please sign in to comment.