Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/godot-4.2' into god…
Browse files Browse the repository at this point in the history
…ot-4.2
  • Loading branch information
ceceppa committed Dec 12, 2023
2 parents 5fcf769 + 7563a8e commit c2de9f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
MAINTAINER "ceceppa" <info@ceceppa.me>

# Let the conatiner know that there is no tty
Expand All @@ -10,10 +10,11 @@ RUN apt-get install -y --no-install-recommends \
unzip \
wget \
zip \
libfontconfig-dev \
&& rm -rf /var/lib/apt/lists/*

# Copy the "start" script
COPY init-and-run-tests.sh /init-and-run-tests.sh
RUN chmod 755 /init-and-run-tests.sh

ENTRYPOINT ["/init-and-run-tests.sh"]
ENTRYPOINT ["/init-and-run-tests.sh"]

0 comments on commit c2de9f7

Please sign in to comment.