We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da75fb4 commit 33033efCopy full SHA for 33033ef
Dockerfile
@@ -5,9 +5,9 @@ ENV DEBIAN_FRONTEND noninteractive
5
6
RUN apt update -qq && \
7
apt upgrade -y && \
8
- apt install -y curl iproute2 net-tools iputils-ping apt-transport-https tini openssh-server
+ apt install -y curl iproute2 net-tools iputils-ping apt-transport-https openssh-server
9
10
-RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.19" > /etc/apt/sources.list.d/cloudstack.list && \
+RUN echo "deb http://download.cloudstack.org/ubuntu noble 4.21" > /etc/apt/sources.list.d/cloudstack.list && \
11
curl -L http://download.cloudstack.org/release.asc -o /etc/apt/trusted.gpg.d/cloudstack.asc && \
12
apt update -qq && \
13
apt install -y cloudstack-management && \
0 commit comments