Skip to content

Commit

Permalink
feat(distrobuilder): add udev package
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Jul 13, 2024
1 parent d61b6bb commit f557d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distrobuilder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN set -ex ; \
rsync \
squashfs-tools \
tar \
udev \
xz-utils \
zstd ; \
apt clean all ; \
Expand Down
1 change: 1 addition & 0 deletions distrobuilder/Dockerfile.edge
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -ex ; \
rsync \
squashfs-tools \
tar \
udev \
xz-utils \
zstd ; \
apt clean all ; \
Expand Down

0 comments on commit f557d41

Please sign in to comment.