File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# #<autogenerated>##
7
7
# #</autogenerated>##
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# #<autogenerated>##
7
7
RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# #<autogenerated>##
7
7
# #</autogenerated>##
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# #<autogenerated>##
7
7
RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# #<autogenerated>##
7
7
# #</autogenerated>##
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# #<autogenerated>##
7
7
RUN apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments