mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-24 04:55:44 +00:00
6 lines
197 B
Docker
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
|