add docker webkit/gtk support

This commit is contained in:
konez2k
2020-02-23 11:59:38 +01:00
committed by Lea Anthony
parent 9d6d77f768
commit 34202f1a2f

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/*