mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
8 lines
177 B
Docker
8 lines
177 B
Docker
FROM techknowlogick/xgo:go-1.14.x
|
|
|
|
RUN \
|
|
apt-get update && \
|
|
apt-get install -y --no-install-recommends libwebkit2gtk-4.0=* libgtk-3.0=* && \
|
|
rm -rf /var/lib/apt/lists/*
|
|
|