mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
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:
parent
80e4d06860
commit
3e874ffad7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue