mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
update repository before installing packages
This commit is contained in:
parent
a6275e22a2
commit
f7cd7d10dd
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ FROM ubuntu:18.04
|
|||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Update Software repository
|
||||
RUN apt-get -qq update
|
||||
|
||||
# Install required packets from ubuntu repository
|
||||
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++ build-essential libtool
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue