fix docker build error

pull/2179/head
hadv 6 years ago
parent 951045356d
commit ba6ad7c7ec
No known key found for this signature in database
GPG Key ID: EC2B318ACE3D164F
  1. 2
      docker/Dockerfile

@ -33,7 +33,7 @@ RUN cd apps/block_scout_web/assets/ && \
RUN cd apps/explorer/ && \
npm install && \
apk del --force-broken-world alpine-sdk gmp-dev automake libtool inotify-tools autoconf python
apk update && apk del --force-broken-world alpine-sdk gmp-dev automake libtool inotify-tools autoconf python
# RUN mix do ecto.drop --force, ecto.create, ecto.migrate

Loading…
Cancel
Save