This commit is contained in:
parent
f657125f6e
commit
dd47210038
@ -1,4 +1,4 @@
|
||||
FROM alpine
|
||||
FROM alpine:3.15.4
|
||||
RUN apk add --update bash build-base git autoconf flex bison linux-headers ncurses-dev readline-dev && rm -rf /var/cache/apk/*
|
||||
ADD build.sh /build.sh
|
||||
RUN echo "alpine" > /dist
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ubuntu
|
||||
FROM ubuntu:jammy
|
||||
RUN apt -y update && apt -y dist-upgrade && apt -y install build-essential git autoconf flex bison linux-headers-generic libncurses-dev libreadline-dev && apt -y autoremove --purge && apt -y autoclean && rm -rf /var/cache/apt/archives
|
||||
ADD build.sh /build.sh
|
||||
RUN echo "ubuntu" > /dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user