We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f429c1c commit ca8c02bCopy full SHA for ca8c02b
2.2.0/Dockerfile
@@ -111,7 +111,6 @@ ENV COUCHDB_VERSION 2.2.0
111
112
# Download dev dependencies
113
RUN buildDeps=' \
114
- apt-transport-https \
115
build-essential \
116
couch-libmozjs185-dev \
117
erlang-dev \
dev/Dockerfile
@@ -87,7 +87,6 @@ RUN set -ex; \
87
FROM runtime AS build_dependencies
88
89
RUN apt-get update -y && apt-get install -y --no-install-recommends \
90
91
92
93
erlang-nox \
0 commit comments