This commit is contained in:
Jason D. McCormick 2024-03-30 15:26:25 -04:00
parent 4fff39a346
commit 3fcbbbd4dd
No known key found for this signature in database
GPG key ID: 45FCBAEE3B025908

View file

@ -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