Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Mar 30, 2024
1 parent 4fff39a commit 3fcbbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN adduser --disabled-password --gecos '' --uid $USER_ID --gid $GROUP_ID user;

# Install build dependencies
RUN apt-get update && apt-get -y install \
bzip2, asciidoc-base, dh-dkms, module-assistant, tar, debhelper \
bzip2 asciidoc-base dh-dkms module-assistant tar debhelper \
--no-install-recommends

# Import entrypoint script
Expand Down

0 comments on commit 3fcbbbd

Please sign in to comment.