mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
3 lines
99 B
Docker
3 lines
99 B
Docker
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update && apt-get install -qy snapcraft bzip2 curl && apt-get clean
|