reduced layers, made compose file pull instead of building

This commit is contained in:
Rune Henriksen
2019-01-12 00:08:41 +01:00
parent 7edf12330c
commit 6285d717f9
2 changed files with 2 additions and 5 deletions

View File

@@ -1,9 +1,6 @@
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 apt-get update && apt-get install -y curl lsb-release zfs-dkms zfsutils-linux && apt-get -y update
RUN rm -rf /var/lib/apt/lists/*
ENV zfswatcher_package="zfswatcher_0.4.6-1_amd64.deb" \