diff --git a/Dockerfile b/Dockerfile index 538f8a88..2471df6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -yq \ WORKDIR /nomos COPY . . -RUN cargo build --release -p nomos-node --no-default-features --features libp2p +RUN cargo build --release -p nomos-node # NODE IMAGE ---------------------------------------------------------- diff --git a/testnet/Dockerfile b/testnet/Dockerfile index 922b2db4..b646f437 100644 --- a/testnet/Dockerfile +++ b/testnet/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -yq \ WORKDIR /nomos COPY . . -RUN cargo build --release -p nomos-node --no-default-features --features libp2p +RUN cargo build --release -p nomos-node RUN cargo build --release -p mixnode # NODE IMAGE ----------------------------------------------------------