1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #5686: Fix Dockerfile for Debian based images (#1694)

(cherry picked from commit a457b13b0b5075e32d0df620f41310e23f3648cf)
This commit is contained in:
Christian González 2022-01-10 15:15:34 +01:00 committed by Ruben S. Montero
parent 75baab1bfa
commit 22e65c5313
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -1,4 +1,4 @@
RUN [ ! -e /sbin/init ] && ln -s /lib/systemd/systemd /sbin/init
RUN [ -e /sbin/init ] || ln -s /lib/systemd/systemd /sbin/init
RUN apt-get update
RUN apt-get update && apt-get install -y \
curl \