mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 11:44:49 -07:00
8 lines
139 B
Docker
8 lines
139 B
Docker
FROM techknowlogick/xgo
|
|
|
|
RUN \
|
|
apt-get update && \
|
|
apt-get install -y libwebkit2gtk-4.0 libgtk-3.0 && \
|
|
rm -rf /var/lib/apt/lists/*
|
|
|