Skip to content

Commit d670192

Browse files
committed
Dockerfile: add purple-gowhatsapp
1 parent 7a19ac9 commit d670192

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Dockerfile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,17 @@ RUN echo "---> Install Steam" && \
7878
make && \
7979
make install && \
8080
cd ../.. && \
81-
rm -rf pidgin-opensteamworks && \
82-
echo "---> cleanup" && \
81+
rm -rf pidgin-opensteamworks
82+
RUN echo "---> purple-gowhatsapp" && \
83+
dnf -y install golang && \
84+
git clone https://github.com/hoehermann/purple-gowhatsapp && \
85+
cd purple-gowhatsapp && \
86+
make && \
87+
make install && \
88+
cd .. && \
89+
rm -rf purple-gowhatsapp && \
90+
dnf -y remove golang
91+
RUN echo "---> cleanup" && \
8392
rm -rf /usr/share/locale/* && \
8493
rm -rf /usr/share/doc/* && \
8594
rm -rf /usr/share/icons/* && \

0 commit comments

Comments
 (0)