This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ ARG DEBIAN_FRONTEND="noninteractive"
1515
1616RUN \
1717 echo "**** install packages ****" && \
18- curl -fsSL https://pgp.mongodb.com/server-4.4.asc | \
19- gpg -o /usr/share/keyrings/mongodb-server-4.4.gpg \
20- --dearmor && \
21- echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-4.4.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list && \
2218 apt-get update && \
2319 apt-get install -y --no-install-recommends \
2420 binutils \
2521 jsvc \
2622 libcap2 \
2723 logrotate \
28- mongodb-org- server \
24+ mongodb-server \
2925 openjdk-17-jre-headless && \
3026 echo "**** install unifi ****" && \
3127 if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ ARG DEBIAN_FRONTEND="noninteractive"
1515
1616RUN \
1717 echo "**** install packages ****" && \
18- curl -fsSL https://pgp.mongodb.com/server-4.4.asc | \
19- gpg -o /usr/share/keyrings/mongodb-server-4.4.gpg \
20- --dearmor && \
21- echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-4.4.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list && \
2218 apt-get update && \
2319 apt-get install -y --no-install-recommends \
2420 binutils \
2521 jsvc \
2622 libcap2 \
2723 logrotate \
28- mongodb-org- server \
24+ mongodb-server \
2925 openjdk-17-jre-headless && \
3026 echo "**** install unifi ****" && \
3127 if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ app_setup_block: |
7171
7272# changelog
7373changelogs :
74- - { date: "04.09.23:", desc: "Bump mongodb to 4.4 and JRE to 17 to support v7.5."}
74+ - { date: "04.09.23:", desc: "Bump JRE to 17 to support v7.5."}
7575 - { date: "02.05.23:", desc: "Cleanup `apt-get install` during build to reduce image size."}
7676 - { date: "18.03.23:", desc: "Add mongoless branch."}
7777 - { date: "10.03.23:", desc: "Test writing to /run/unifi and symlink to /config/run if it fails."}
You can’t perform that action at this time.
0 commit comments