mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
98c2ff5607
Our .deb packages are now very Ubuntu-specific and are packages based on our CI builds.
9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
FROM chatterino-ubuntu-22.04-build
|
|
|
|
ADD .CI /src/.CI
|
|
|
|
WORKDIR /src/build
|
|
|
|
# package deb
|
|
RUN ./../.CI/CreateUbuntuDeb.sh
|