File tree Expand file tree Collapse file tree 10 files changed +12
-0
lines changed
template/Dockerfile/images Expand file tree Collapse file tree 10 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030 lsb-release \
3131 ca-certificates \
3232 locales \
33+ apt-transport-https \
3334 # Generate base locale
3435 && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
3536 && locale-gen \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030 lsb-release \
3131 ca-certificates \
3232 locales \
33+ apt-transport-https \
3334 # Generate base locale
3435 && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
3536 && locale-gen \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030 lsb-release \
3131 ca-certificates \
3232 locales \
33+ apt-transport-https \
3334 # Generate base locale
3435 && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
3536 && locale-gen \
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
4545 libffi-dev \
4646 libssl-dev \
4747 build-essential \
48+ apt-transport-https \
4849 && pip install --upgrade pip \
4950 && hash -r \
5051 && pip install ansible \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030 software-properties-common \
3131 lsb-release \
3232 ca-certificates \
33+ apt-transport-https \
3334 && apt-add-repository multiverse \
3435 # Install ansible
3536 && /usr/local/bin/apt-install \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030 software-properties-common \
3131 lsb-release \
3232 ca-certificates \
33+ apt-transport-https \
3334 && apt-add-repository multiverse \
3435 # Install ansible
3536 && /usr/local/bin/apt-install \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030 software-properties-common \
3131 lsb-release \
3232 ca-certificates \
33+ apt-transport-https \
3334 && apt-add-repository multiverse \
3435 # Install ansible
3536 && /usr/local/bin/apt-install \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3030 software-properties-common \
3131 lsb-release \
3232 ca-certificates \
33+ apt-transport-https \
3334 && apt-add-repository multiverse \
3435 # Install ansible
3536 && /usr/local/bin/apt-install \
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3535 lsb-release \
3636 ca-certificates \
3737 locales \
38+ apt-transport-https \
3839 # Generate base locale
3940 && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
4041 && locale-gen \
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
7676 lsb-release \
7777 ca-certificates \
7878 locales \
79+ apt-transport-https \
7980 # Generate base locale
8081 && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
8182 && locale-gen \
@@ -135,6 +136,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
135136 libffi-dev \
136137 libssl-dev \
137138 build-essential \
139+ apt-transport-https \
138140 && pip install --upgrade pip \
139141 && hash -r \
140142 && pip install ansible \
@@ -165,6 +167,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
165167 software-properties-common \
166168 lsb-release \
167169 ca-certificates \
170+ apt-transport-https \
168171 && apt-add-repository multiverse \
169172 # Install ansible
170173 && /usr/local/bin/apt-install \
You can’t perform that action at this time.
0 commit comments