浏览代码

libssl-dev on trusty images

Grant Limberg 5 年之前
父节点
当前提交
db127887b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dockerbuild/Dockerfile.ubuntu-trusty

+ 1 - 1
dockerbuild/Dockerfile.ubuntu-trusty

@@ -2,7 +2,7 @@ FROM ubuntu:trusty-20191217
 
 ARG go_pkg_url
 
-RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd
+RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd libssl-dev
 
 RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3.tar.gz -o cmake.tar.gz && \
     tar -xzf cmake.tar.gz && \