Skip to content

Commit

Permalink
add dockerfile labels
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Aug 29, 2022
1 parent adc52ec commit 17d1417
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fedora/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ FROM ${BASE}:${BASETAG} as stage-fedora

ENV TZ=Europe/Berlin

LABEL maintainer="https://github.com/owncloud-ci"
LABEL vendor="ownCloud GmbH"
LABEL version="0.1"
LABEL description="minimal Fedora with xfce4, VNC & squish to run GUI tests of the ownCloud desktop client in CI. \
This container is not maintained nor used by froglogic or the Qt company. \
It's not intended for public use but purely for CI runs."

RUN yum install -y \
qt5-qtbase-devel \
qt5-qttools-devel \
qt5-qtsvg \
qtkeychain-qt5-devel \
libcloudproviders-devel \
ffmpeg-free \
wget \
hostname \
nautilus-python\
Expand Down

0 comments on commit 17d1417

Please sign in to comment.