Fix Dockerfile

This commit is contained in:
themylogin 2024-04-22 18:07:20 +02:00
parent fef0537ee0
commit cdac10e4de
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ RUN apt-get update
RUN apt-get install -y \
debhelper-compat \
devscripts
devscripts \
linux-headers-amd64
ENV WORK_DIR /zfs_app/zfs
WORKDIR ${WORK_DIR}