Skip to content

Commit fdf80c7

Browse files
committed
install wget
1 parent 195b13b commit fdf80c7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/enterprise/4.2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ RUN mkdir /docker-entrypoint-initdb.d
7171

7272
ENV GPG_KEYS E162F504A20CDF15827F718D4B7C549A058F8B6B
7373
RUN set -ex; \
74+
apt-get install -y --no-install-recommends wget \
7475
# pull from pgp.mongodb.com rather than a keyserver which is not supported.
7576
# (although apt-key is deprecated on newer ubuntu/debian.)
7677
wget -qO - https://pgp.mongodb.com/server-4.2.asc | apt-key add - \

docker/enterprise/4.4/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ RUN mkdir /docker-entrypoint-initdb.d
7171

7272
ENV GPG_KEYS 20691EEC35216C63CAF66CE1656408E390CFB1F5
7373
RUN set -ex; \
74+
apt-get install -y --no-install-recommends wget \
7475
# pull from pgp.mongodb.com rather than a keyserver which is not supported.
7576
# (although apt-key is deprecated on newer ubuntu/debian.)
7677
wget -qO - https://pgp.mongodb.com/server-4.4.asc | apt-key add - \

docker/enterprise/5.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN set -ex; \
7474
RUN mkdir /docker-entrypoint-initdb.d
7575

7676
RUN set -ex; \
77+
apt-get install -y --no-install-recommends wget \
7778
# pull from pgp.mongodb.com rather than a keyserver which is not supported.
7879
# (although apt-key is deprecated on newer ubuntu/debian.)
7980
wget -qO - https://pgp.mongodb.com/server-5.0.asc | apt-key add - \

0 commit comments

Comments
 (0)