Paulo Castro fed4328dec Produce AppImage assets
Change-type: minor
2021-04-21 23:44:39 +01:00

6 lines
197 B
Docker

FROM ubuntu:20.04
WORKDIR /usr/src/app
RUN apt-get -q update && apt-get -qy install fuse file curl unzip
COPY balena.desktop icon.png make-appimage.sh ./
RUN chmod +x /usr/src/app/make-appimage.sh