Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
9e5b844c
Commit
9e5b844c
authored
Oct 13, 2021
by
Fernando Verdugo
Browse files
fix(dockers): Validate xml properly
Add libxml2-utils issue #1613
parent
2f02b4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dockerfy/dockers/back/Dockerfile
View file @
9e5b844c
...
...
@@ -13,7 +13,7 @@ RUN apt-get update \
libfile-rsync-perl libdate-calc-perl libparallel-forkmanager-perl libdatetime-perl libencode-locale-perl netcat-openbsd
\
liblwp-useragent-determined-perl libvirt-clients supervisor net-tools openssh-client apt-utils curl libpbkdf2-tiny-perl
\
libio-stringy-perl libvirt-daemon-system libvirt-clients netcat-openbsd qemu-kvm qemu-utils iproute2 wget bridge-utils firewalld dnsmasq iptables ebtables iptstate
\
libnet-openssh-perl libdatetime-format-dateparse-perl file tzdata
\
libnet-openssh-perl libdatetime-format-dateparse-perl file tzdata
libxml2-utils
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
ln
-snf
/usr/share/zoneinfo/
$TZ
/etc/localtime
&&
echo
$TZ
>
/etc/timezone
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment