Skip to content

Commit ca8c02b

Browse files
committed
Do not remove apt-transport-https
1 parent f429c1c commit ca8c02b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

2.2.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ ENV COUCHDB_VERSION 2.2.0
111111

112112
# Download dev dependencies
113113
RUN buildDeps=' \
114-
apt-transport-https \
115114
build-essential \
116115
couch-libmozjs185-dev \
117116
erlang-dev \

dev/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ RUN set -ex; \
8787
FROM runtime AS build_dependencies
8888

8989
RUN apt-get update -y && apt-get install -y --no-install-recommends \
90-
apt-transport-https \
9190
build-essential \
9291
couch-libmozjs185-dev \
9392
erlang-nox \

0 commit comments

Comments
 (0)