Skip to content

Commit 2493963

Browse files
committed
Update Dockerfile
1 parent 4b9e9fa commit 2493963

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ADD git-tag /git-tag
55
ADD scripts/build.sh /build.sh
66
ADD scripts/run.sh /run.sh
77

8+
ENV DEBIAN_FRONTEND=noninteractive
89
RUN apt update && apt full-upgrade -y && chmod +x /run.sh /build.sh && sync && sleep 1 && /build.sh
910

1011
WORKDIR /

0 commit comments

Comments
 (0)