mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove dependency to bsdmainutils
This commit is contained in:
parent
3138b48c6b
commit
8144b9c575
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM ubuntu:18.04
|
|||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Install required packets from ubuntu repository
|
||||
RUN apt-get install -y apt-transport-https curl cmake bsdmainutils wget vim nano git binutils autoconf automake make cmake qemu-kvm qemu-system-x86 nasm gcc g++ ca-certificates build-essential libtool
|
||||
RUN apt-get install -y apt-transport-https curl wget vim nano git binutils autoconf automake make cmake qemu-kvm qemu-system-x86 nasm gcc g++ ca-certificates build-essential libtool
|
||||
|
||||
# add path to hermitcore packets
|
||||
RUN echo "deb [trusted=yes] https://dl.bintray.com/hermitcore/ubuntu bionic main" | tee -a /etc/apt/sources.list
|
||||
|
|
Loading…
Add table
Reference in a new issue