Update Dockerfile

pull/6759/head
zjb0807 2 years ago committed by GitHub
parent efee29a835
commit 3636536b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker/Dockerfile

@ -2,7 +2,7 @@ FROM bitwalker/alpine-elixir-phoenix:1.13 AS builder
WORKDIR /app
RUN apk --no-cache --update add alpine-sdk gmp-dev automake libtool inotify-tools autoconf python3 file qemu-x86_64 jq
RUN apk --no-cache --update add alpine-sdk gmp-dev automake libtool inotify-tools autoconf python3 file qemu-x86_64
ENV GLIBC_REPO=https://github.com/sgerrand/alpine-pkg-glibc \
GLIBC_VERSION=2.30-r0 \
@ -74,6 +74,8 @@ RUN mkdir -p /opt/release \
##############################################################
FROM bitwalker/alpine-elixir-phoenix:1.13
RUN apk --no-cache --update add jq
WORKDIR /app
COPY --from=builder /opt/release/blockscout .

Loading…
Cancel
Save