Replaced crazymanjinn/zfs-utils base image as it's been 2 years without updates. Changed from Debian to Ubuntu base because it's been easier to tailor, otherwise image is fairly similar

This commit is contained in:
Rune
2018-06-07 00:59:07 +02:00
parent 925ad45449
commit 29e31cdee3

View File

@@ -1,4 +1,10 @@
FROM crazymanjinn/zfs-utils
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y curl lsb-release
RUN apt-get install -y zfs-dkms zfsutils-linux
RUN apt-get -y update
RUN rm -rf /var/lib/apt/lists/*
ENV zfswatcher_package="zfswatcher_0.4.6-1_amd64.deb" \
zfswatcher_link="https://github.com/rouben/zfswatcher/releases/download/0.4.6/"