File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM quay.io/bedrock/ubuntu:22.04
22
33ENV DEBIAN_FRONTEND noninteractive
44
5- ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.17.2 .0.tar.gz
5+ ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.0 .0.tar.gz
66
77RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \
88 echo 'mysql-server mysql-server/root_password_again password root' | debconf-set-selections;
@@ -33,7 +33,6 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
3333 nodejs \
3434 && apt-get clean all && rm -rf /var/lib/apt/lists/*;
3535
36-
3736# TODO: check if and why this is needed
3837RUN mkdir -p /root/.ssh \
3938 && chmod 0700 /root/.ssh \
You can’t perform that action at this time.
0 commit comments