mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 08:11:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -42,9 +42,9 @@ COPY rootfs/ /
|
|||||||
RUN \
|
RUN \
|
||||||
apt-get install gnupg curl && \
|
apt-get install gnupg curl && \
|
||||||
curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | \
|
curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | \
|
||||||
sudo gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \
|
gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \
|
||||||
--dearmor && \
|
--dearmor && \
|
||||||
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/7.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list && \
|
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/7.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y mongodb-org
|
apt-get install -y mongodb-org
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user