mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
|
FROM chatterino-ubuntu-20.04-build
|
||
|
|
||
|
ADD .CI /src/.CI
|
||
|
|
||
|
WORKDIR /src/build
|
||
|
|
||
|
# RUN apt-get install -y wget
|
||
|
|
||
|
# create appimage
|
||
|
# RUN pwd && ./../.CI/CreateAppImage.sh
|
||
|
|
||
|
# package deb
|
||
|
RUN pwd && ./../.CI/CreateUbuntuDeb.sh
|