Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 2f2b37c9 rédigé par Erwan BOUSSE's avatar Erwan BOUSSE
Parcourir les fichiers

Bumps F32 + drawio 13.0.3 + fix emojis

parent 457ab453
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #18955 réussi
FROM fedora:31
FROM fedora:32
RUN dnf install -y xorg-x11-server-Xvfb alsa-lib dnf-plugins-core make findutils
RUN dnf copr enable -y adrienverge/some-nice-fonts
RUN dnf install -y some-nice-fonts
RUN dnf install -y https://github.com/jgraph/drawio-desktop/releases/download/v12.6.5/draw.io-x86_64-12.6.5.rpm
RUN dnf install -y xorg-x11-server-Xvfb alsa-lib make findutils gdouros-symbola-fonts google-noto-emoji-fonts google-noto-emoji-color-fonts
#RUN dnf install -y dnf-plugins-core
#RUN dnf copr enable -y adrienverge/some-nice-fonts
#RUN dnf install -y some-nice-fonts
RUN dnf group install -y fonts
RUN dnf install -y https://github.com/jgraph/drawio-desktop/releases/download/v13.0.3/draw.io-x86_64-13.0.3.rpm
COPY ./drawio /usr/local/bin/drawio
\ No newline at end of file
#!/bin/bash
set -x
echo "Running drawio in CLI mode only using xvfb-run"
xvfb-run -a /opt/draw.io/drawio --no-sandbox $@
\ No newline at end of file
xvfb-run -a /opt/draw.io/drawio "$@" --no-sandbox
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter