We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e039f3e commit 4b6bc12Copy full SHA for 4b6bc12
docker/ubuntu/Dockerfile
@@ -41,9 +41,9 @@ RUN file /build/codechain/target/release/codechain
41
42
FROM ubuntu:18.04
43
WORKDIR /app/codechain
44
+RUN apt-get update && apt-get install -y libssl-dev
45
COPY --from=builder /build/codechain/target/release/codechain ./target/release/codechain
46
COPY --from=builder /build/codechain/codechain/config/presets/ ./codechain/config/presets
-RUN apt-get update && apt-get install -y libssl-dev
47
48
# show backtraces
49
ENV RUST_BACKTRACE 1
0 commit comments