mirror of
https://github.com/AllStarLink/dahdi-linux.git
synced 2026-08-26 14:27:35 -04:00
fix
This commit is contained in:
parent
4fff39a346
commit
3fcbbbd4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue