Add installation of yaak package in Containerfile
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
This commit is contained in:
@@ -32,6 +32,10 @@ RUN dnf install -y \
|
|||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/dnf
|
&& rm -rf /var/cache/dnf
|
||||||
|
|
||||||
|
RUN wget https://github.com/mountain-loop/yaak/releases/download/v2025.7.0/yaak-2025.7.0-1.x86_64.rpm -O /tmp/yaak.rpm \
|
||||||
|
&& dnf install -y /tmp/yaak.rpm \
|
||||||
|
&& rm -f /tmp/yaak.rpm
|
||||||
|
|
||||||
#Langue FR par défaut + Fuse userns + Timezone Paris
|
#Langue FR par défaut + Fuse userns + Timezone Paris
|
||||||
RUN echo "LANG=fr_FR.UTF-8" > /etc/locale.conf \
|
RUN echo "LANG=fr_FR.UTF-8" > /etc/locale.conf \
|
||||||
&& echo "KEYMAP=fr" > /etc/vconsole.conf \
|
&& echo "KEYMAP=fr" > /etc/vconsole.conf \
|
||||||
|
|||||||
Reference in New Issue
Block a user