Skip to content

Commit 22d4b58

Browse files
committed
chore: ubuntu 20.4
use the latest Ubuntu LTS as the basis for the docker image
1 parent 0c26f71 commit 22d4b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Artistic Style (AStyle) + Emscripten build environment
2-
# Copyright (C) 2020, Uri Shaked. Published under the MIT license.
2+
# Copyright (C) 2020, 2021, Uri Shaked. Published under the MIT license.
33

4-
FROM ubuntu:18.04
4+
FROM ubuntu:20.04
55

66
RUN apt-get update
7-
RUN apt-get install -y wget python git cmake xz-utils lsb-release sudo
7+
RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y wget python git cmake xz-utils lsb-release sudo
88

99
## Install EMScripten SDK
1010

0 commit comments

Comments
 (0)