add docker webkit/gtk support

This commit is contained in:
konez2k
2020-04-26 14:29:46 +10:00
committed by Lea Anthony
parent 9d6d77f768
commit 34202f1a2f
+6
View File
@@ -1 +1,7 @@
FROM techknowlogick/xgo
RUN \
apt-get update && \
apt-get install -y libwebkit2gtk-4.0 libgtk-3.0 && \
rm -rf /var/lib/apt/lists/*