Adding a semaphore workflow to run CI
This commit is contained in:
parent
fe02babb2f
commit
7592ce8ab0
2 changed files with 53 additions and 0 deletions
17
Dockerfile
Normal file
17
Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue