We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8804b0 commit fcabb0fCopy full SHA for fcabb0f
1 file changed
Dockerfile
@@ -2,6 +2,7 @@ FROM quay.io/orgsync/base:1.1.0
2
MAINTAINER Joshua Griffith <joshua@orgsync.com>
3
4
RUN apt-get update \
5
+ && apt-get -t jessie-backports install -y libssl-dev \
6
&& apt-get install -y \
7
git \
8
autoconf \
0 commit comments