Skip to content

Commit

Permalink
Upgrade the base ubuntu package (#68)
Browse files Browse the repository at this point in the history
Addresses GLIBC incompatability
Probably fixes #67

Signed-off-by: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>
  • Loading branch information
stevefan1999-personal committed Mar 30, 2020
1 parent 80e4d06 commit 3e874ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/zfs-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# volume-mgmt releases.
#

FROM ubuntu:18.04
FROM ubuntu:19.10
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update; exit 0
RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates
Expand Down

0 comments on commit 3e874ff

Please sign in to comment.