Add curl into resulting image

pull/8321/head
Viktor Baranov 1 year ago
parent 093fc0a862
commit 09c794ef9b
  1. 1
      CHANGELOG.md
  2. 2
      docker/Dockerfile

@ -21,6 +21,7 @@
### Chore
- [#8321](https://github.com/blockscout/blockscout/pull/8321) - Add curl into resulting Docker image
- [#8319](https://github.com/blockscout/blockscout/pull/8319) - Add MIX_ENV: 'prod' to docker-compose
- [#8281](https://github.com/blockscout/blockscout/pull/8281) - Planned removal of duplicate API endpoints: for CSV export and GraphQL

@ -70,7 +70,7 @@ ENV RELEASE_VERSION=${RELEASE_VERSION}
ARG BLOCKSCOUT_VERSION
ENV BLOCKSCOUT_VERSION=${BLOCKSCOUT_VERSION}
RUN apk --no-cache --update add jq
RUN apk --no-cache --update add jq curl
WORKDIR /app

Loading…
Cancel
Save