Skip to content

Add apt-transport-https package #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:SUITE-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions jessie/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:jessie-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions precise/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:precise-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions sid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:sid-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions stretch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:stretch-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions trusty/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:trusty-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions wheezy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:wheezy-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions xenial/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:xenial-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions yakkety/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:yakkety-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions zesty/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM buildpack-deps:zesty-scm

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
autoconf \
automake \
bzip2 \
Expand Down