We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf4407b + fcabb0f commit eb2f287Copy full SHA for eb2f287
1 file changed
Dockerfile
@@ -1,7 +1,8 @@
1
-FROM quay.io/orgsync/base:1.0.0
+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