We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c26f71 commit 22d4b58Copy full SHA for 22d4b58
Dockerfile
@@ -1,10 +1,10 @@
1
# Artistic Style (AStyle) + Emscripten build environment
2
-# Copyright (C) 2020, Uri Shaked. Published under the MIT license.
+# Copyright (C) 2020, 2021, Uri Shaked. Published under the MIT license.
3
4
-FROM ubuntu:18.04
+FROM ubuntu:20.04
5
6
RUN apt-get update
7
-RUN apt-get install -y wget python git cmake xz-utils lsb-release sudo
+RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y wget python git cmake xz-utils lsb-release sudo
8
9
## Install EMScripten SDK
10
0 commit comments