mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: T3164: add build dependencies for Dropbear SSH daemon
This commit is contained in:
parent
3dbabf4ed3
commit
4ce1c21078
@ -505,6 +505,12 @@ RUN apt-get update && apt-get install -y \
|
|||||||
linux-libc-dev \
|
linux-libc-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
|
# Packages needed for dropbear
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
debhelper-compat \
|
||||||
|
libtomcrypt-dev \
|
||||||
|
libtommath-dev \
|
||||||
|
libz-dev
|
||||||
|
|
||||||
# Creating image for embedded systems needs this utilities to prepare a image file
|
# Creating image for embedded systems needs this utilities to prepare a image file
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user