Merge pull request #229 from truenas/bookworm2

Fix Dockerfile
This commit is contained in:
Caleb St. John 2024-04-22 12:10:48 -04:00 committed by GitHub
commit 9ec26a2ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}