Add new bootloader

This commit is contained in:
Pascal Vizeli
2018-03-18 12:19:18 +01:00
parent 3f89802f3f
commit 265689a2c7
2 changed files with 10 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
FROM alpine:3.7
FROM ubuntu:16.04
RUN apk add --no-cache \
RUN apt-get update && apt-get install -y \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
git make g++ file perl bash binutils
git make g++ file perl bash binutils locales
# Get buildroot
WORKDIR /build