Fix Dockerfile
This commit is contained in:
parent
fef0537ee0
commit
cdac10e4de
|
@ -6,7 +6,8 @@ RUN apt-get update
|
||||||
|
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
debhelper-compat \
|
debhelper-compat \
|
||||||
devscripts
|
devscripts \
|
||||||
|
linux-headers-amd64
|
||||||
|
|
||||||
ENV WORK_DIR /zfs_app/zfs
|
ENV WORK_DIR /zfs_app/zfs
|
||||||
WORKDIR ${WORK_DIR}
|
WORKDIR ${WORK_DIR}
|
||||||
|
|
Loading…
Reference in New Issue