Skip to content

Commit

Permalink
new upstream 4.18.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Mar 22, 2023
1 parent 5fdebee commit 589c498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/bedrock/ubuntu:22.04

ENV DEBIAN_FRONTEND noninteractive

ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.17.2.0.tar.gz
ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.0.0.tar.gz

RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \
echo 'mysql-server mysql-server/root_password_again password root' | debconf-set-selections;
Expand Down Expand Up @@ -33,7 +33,6 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
nodejs \
&& apt-get clean all && rm -rf /var/lib/apt/lists/*;


# TODO: check if and why this is needed
RUN mkdir -p /root/.ssh \
&& chmod 0700 /root/.ssh \
Expand Down

0 comments on commit 589c498

Please sign in to comment.