File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ RUN mkdir /docker-entrypoint-initdb.d
7171
7272ENV GPG_KEYS E162F504A20CDF15827F718D4B7C549A058F8B6B
7373RUN set -ex; \
74+ apt-get update; \
7475 apt-get install -y --no-install-recommends wget; \
7576 # pull from pgp.mongodb.com rather than a keyserver which is not supported.
7677 # (although apt-key is deprecated on newer ubuntu/debian.)
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ RUN mkdir /docker-entrypoint-initdb.d
7171
7272ENV GPG_KEYS 20691EEC35216C63CAF66CE1656408E390CFB1F5
7373RUN set -ex; \
74+ apt-get update; \
7475 apt-get install -y --no-install-recommends wget; \
7576 # pull from pgp.mongodb.com rather than a keyserver which is not supported.
7677 # (although apt-key is deprecated on newer ubuntu/debian.)
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ RUN set -ex; \
7474RUN mkdir /docker-entrypoint-initdb.d
7575
7676RUN set -ex; \
77+ apt-get update; \
7778 apt-get install -y --no-install-recommends wget; \
7879 # pull from pgp.mongodb.com rather than a keyserver which is not supported.
7980 # (although apt-key is deprecated on newer ubuntu/debian.)
You can’t perform that action at this time.
0 commit comments