4
0

updated to alpine 3.11

This commit is contained in:
Benjamin Böhmke
2020-01-23 19:19:42 +01:00
parent 69a32746d0
commit d4ed3cb12e
3 changed files with 8 additions and 6 deletions

View File

@ -54,7 +54,7 @@ ADD ./resources/uboot.c /uboot.c
RUN arm-linux-gnueabi-gcc -Wall -static -static-libgcc -o /uboot_tool /uboot.c
FROM alpine:3.10
FROM alpine:3.11
RUN apk update && \
apk add automake build-base git autoconf confuse-dev linux-headers \