Adding a semaphore workflow to run CI

This commit is contained in:
Benjamin Graham 2020-06-02 15:51:05 -04:00 committed by Justin Stephenson
parent fe02babb2f
commit 7592ce8ab0
2 changed files with 53 additions and 0 deletions

17
Dockerfile Normal file
View file

@ -0,0 +1,17 @@
FROM fedora:32
COPY . cockpit-session-recording
RUN sudo dnf -y install \
git \
gnupg \
intltool \
libappstream-glib \
make \
npm \
rpm-build \
rpmdevtools \
rsync \
tar
RUN cd cockpit-session-recording && make rpm