Upgrade the base ubuntu package (#68)

Addresses GLIBC incompatability
Probably fixes #67

Signed-off-by: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>
This commit is contained in:
Steve Fan 2020-03-30 20:22:18 +08:00 committed by GitHub
parent 80e4d06860
commit 3e874ffad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
# volume-mgmt releases. # volume-mgmt releases.
# #
FROM ubuntu:18.04 FROM ubuntu:19.10
RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update; exit 0 RUN apt-get update; exit 0
RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates