File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ LABEL description="Tangle Network Builder"
2222# Install dependencies required for building
2323RUN apt-get update && apt-get install -y --no-install-recommends \
2424 curl ca-certificates git build-essential \
25- clang cmake pkg-config libssl-dev libc6 \
25+ clang cmake pkg-config libssl-dev libc6 zlib1g-dev libtinfo-dev \
2626 && rm -rf /var/lib/apt/lists/*
2727
2828# Install Rust
@@ -47,7 +47,7 @@ LABEL description="Tangle Network Node"
4747
4848# Install minimal runtime dependencies
4949RUN apt-get update && apt-get install -y --no-install-recommends \
50- ca-certificates libc6 \
50+ ca-certificates libc6 zlib1g-dev libtinfo-dev \
5151 && rm -rf /var/lib/apt/lists/*
5252
5353# Copy the binary from builder stage
You can’t perform that action at this time.
0 commit comments