Merge pull request #8321 from blockscout/vb-add-curl-to-resulting-image

Add curl into resulting Docker image
pull/8322/head
Victor Baranov 1 year ago committed by GitHub
commit 1f9b22d5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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