mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-12 15:06:38 +00:00
deploy: e07f422854e1ed6bdac50b888be597276bc4e94e
This commit is contained in:
parent
c806a5b634
commit
ac11065199
11
Dockerfile
11
Dockerfile
@ -1,6 +1,6 @@
|
||||
# BUILD IMAGE --------------------------------------------------------
|
||||
|
||||
FROM alpine:3.16 AS nim-build
|
||||
FROM alpine:edge AS nim-build
|
||||
|
||||
ARG NIMFLAGS
|
||||
ARG MAKE_TARGET=wakunode2
|
||||
@ -9,15 +9,6 @@ ARG RLN=true
|
||||
# Get build tools and required header files
|
||||
RUN apk add --no-cache bash git cargo build-base pcre-dev linux-headers
|
||||
|
||||
# Install newer rust than 1.62 as required by ethers-core.
|
||||
ENV PKG=rust-1.64.0-x86_64-unknown-linux-musl
|
||||
RUN wget -q https://static.rust-lang.org/dist/$PKG.tar.gz \
|
||||
&& tar xf $PKG.tar.gz \
|
||||
&& cd $PKG \
|
||||
&& ./install.sh --components=rustc,cargo,rust-std-x86_64-unknown-linux-musl \
|
||||
&& cd - \
|
||||
&& rm -r $PKG $PKG.tar.gz
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# libtool - Provide generalized library-building support services.
|
||||
# Generated automatically by config.status (libbacktrace) version-unused
|
||||
# Libtool was configured on host fv-az353-452:
|
||||
# Libtool was configured on host fv-az315-288:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
#
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||
|
Loading…
x
Reference in New Issue
Block a user