Explorar el Código

Some rust dependencies need openssl

Signed-off-by: Sean Young <sean@mess.org>
Sean Young hace 6 años
padre
commit
6b5dd0927f
Se han modificado 1 ficheros con 1 adiciones y 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/