You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/08/29 20:37:25 UTC

[couchdb-docker] branch 101-no-remove-https created (now 88cf67a)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch 101-no-remove-https
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git.


      at 88cf67a  Do not remove apt-transport-https

This branch includes the following new commits:

     new 88cf67a  Do not remove apt-transport-https

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-docker] 01/01: Do not remove apt-transport-https

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 101-no-remove-https
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit 88cf67a010179149c05720ec22339e91e9e8beda
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Aug 29 16:37:03 2018 -0400

    Do not remove apt-transport-https
---
 2.2.0/Dockerfile | 1 -
 dev/Dockerfile   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/2.2.0/Dockerfile b/2.2.0/Dockerfile
index 6d52272..c5ae1d6 100644
--- a/2.2.0/Dockerfile
+++ b/2.2.0/Dockerfile
@@ -111,7 +111,6 @@ ENV COUCHDB_VERSION 2.2.0
 
 # Download dev dependencies
 RUN buildDeps=' \
-        apt-transport-https \
         build-essential \
         couch-libmozjs185-dev \
         erlang-dev \
diff --git a/dev/Dockerfile b/dev/Dockerfile
index de2d57f..c5cb382 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -87,7 +87,6 @@ RUN set -ex; \
 FROM runtime AS build_dependencies
 
 RUN apt-get update -y && apt-get install -y --no-install-recommends \
-    apt-transport-https \
     build-essential \
     couch-libmozjs185-dev \
     erlang-nox \