kopia lustrzana https://github.com/Hamlib/Hamlib
Remove vim from Dockerfile since it is not portable
rodzic
2b23051c6d
commit
ec3978e521
|
@ -4,7 +4,7 @@ FROM ubuntu:latest AS hamlib-base-image
|
||||||
ENV DEBIAN_FRONTEND="noninteractive" TZ="Etc/UTC"
|
ENV DEBIAN_FRONTEND="noninteractive" TZ="Etc/UTC"
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y vim git build-essential automake libtool python-is-python3 \
|
&& apt-get install -y git build-essential automake libtool python-is-python3 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Builder Image
|
# Builder Image
|
||||||
|
|
Ładowanie…
Reference in New Issue