File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN /bin/bash ./build_spectrum2.sh
74
74
RUN apt-get install --no-install-recommends -y libjson-glib-dev \
75
75
graphicsmagick-imagemagick-compat libsecret-1-dev libnss3-dev \
76
76
libwebp-dev libgcrypt20-dev libpng-dev libglib2.0-dev \
77
- libprotobuf-c-dev protobuf-c-compiler libmarkdown2-dev
77
+ libprotobuf-c-dev protobuf-c-compiler libmarkdown2-dev libopusfile-dev
78
78
79
79
RUN echo "---> Installing purple-instagram" && \
80
80
git clone https://github.com/EionRobb/purple-instagram.git && \
@@ -145,6 +145,7 @@ RUN echo "---> Installing libpurple plugins" && \
145
145
purple-facebook \
146
146
libmarkdown2 \
147
147
skypeweb \
148
+ libogg0 libopusfile0 \
148
149
/tmp/*.deb \
149
150
nodejs \
150
151
&& rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments