Skip to content

Commit

Permalink
Merge pull request #229 from truenas/bookworm2
Browse files Browse the repository at this point in the history
Fix Dockerfile
  • Loading branch information
yocalebo committed Apr 22, 2024
2 parents fef0537 + cdac10e commit 9ec26a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9ec26a2

Please sign in to comment.