Skip to content
Snippets Groups Projects
Commit 0af59079 authored by derek's avatar derek
Browse files

Set timezone and debian noninteractive to avoid hang on buid

parent a5afe0a0
No related branches found
No related tags found
1 merge request!7205Added Dockerfile to compile and serve the game
......@@ -5,6 +5,8 @@
# Compile
FROM ubuntu
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/New_York
RUN apt update
RUN apt install -y git
WORKDIR /opt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment