Skip to content
Snippets Groups Projects
Verified Commit 32babe3c authored by kaiyou's avatar kaiyou Committed by MickGe
Browse files

Install Prosody as part of the image

parent 063415a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,11 @@ FROM node:16-bullseye-slim
# Install dependencies
RUN apt update \
<<<<<<< HEAD
&& apt install -y --no-install-recommends openssl ffmpeg python3 ca-certificates gnupg gosu build-essential curl git \
=======
&& apt install -y --no-install-recommends openssl ffmpeg python ca-certificates gnupg gosu build-essential curl prosody \
>>>>>>> Install Prosody as part of the image
&& gosu nobody true \
&& rm /var/lib/apt/lists/* -fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment