Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
38610e36
Unverified
Commit
38610e36
authored
Oct 13, 2021
by
Fernando Verdugo
Committed by
GitHub
Oct 13, 2021
Browse files
fix(dockers): Validate xml properly (#1617)
Add libxml2-utils fixes issue #1613
parent
0e7bf1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
dockerfy/dockers/back/Dockerfile
View file @
38610e36
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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