Skip to content

Commit

Permalink
Updated the Docker image Ubuntu version to 20.04 as it is the oldest …
Browse files Browse the repository at this point in the history
…support Ubuntu version.

Also used 'apt' instead of 'apt-get' because the later is deprecated.

Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien committed Nov 28, 2023
1 parent dd8138a commit 0666700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docker.autogen
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -qy \
FROM ubuntu:20.04
RUN apt update && \
apt install -qy \
autoconf \
automake \
gettext \
Expand Down

0 comments on commit 0666700

Please sign in to comment.