Explorar o código

Some rust dependencies need openssl

Signed-off-by: Sean Young <sean@mess.org>
Sean Young %!s(int64=6) %!d(string=hai) anos
pai
achega
6b5dd0927f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -11,7 +11,7 @@
 FROM ubuntu:18.04 as builder
 MAINTAINER Sean Young <sean@mess.org>
 RUN apt-get update
-RUN apt-get install -y cargo llvm-8-dev clang-8 libz-dev pkg-config
+RUN apt-get install -y cargo llvm-8-dev clang-8 libz-dev pkg-config libssl-dev
 
 COPY src src/src/
 COPY stdlib src/stdlib/