Add ca-certificates (which was in buildpack-deps)

This commit is contained in:
Tianon Gravi 2014-11-06 20:02:36 -07:00
parent 050469ef2f
commit cf2a4bcb5b
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
FROM debian:jessie
# persistent / runtime deps
RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
##<autogenerated>##
##</autogenerated>##

View File

@ -1,7 +1,7 @@
FROM debian:jessie
# persistent / runtime deps
RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
##<autogenerated>##
RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*

View File

@ -1,7 +1,7 @@
FROM debian:jessie
# persistent / runtime deps
RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
##<autogenerated>##
##</autogenerated>##

View File

@ -1,7 +1,7 @@
FROM debian:jessie
# persistent / runtime deps
RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
##<autogenerated>##
RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*

View File

@ -1,7 +1,7 @@
FROM debian:jessie
# persistent / runtime deps
RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
##<autogenerated>##
##</autogenerated>##

View File

@ -1,7 +1,7 @@
FROM debian:jessie
# persistent / runtime deps
RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
##<autogenerated>##
RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*