mirror-chatterino2/.docker/Dockerfile-ubuntu-20.04-package

14 lines
217 B
Plaintext
Raw Normal View History

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