Skip to content

Commit

Permalink
Upgrade the base ubuntu package
Browse files Browse the repository at this point in the history
*Addresses GLIBC incompatability
Probably fixes #67
  • Loading branch information
stevefan1999-personal authored and stevefan1999 committed Mar 30, 2020
1 parent 80e4d06 commit d1c9227
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 d1c9227

Please sign in to comment.