kopia lustrzana https://github.com/Hamlib/Hamlib
Added git and vim to the hamlib-base-image
rodzic
50e10f7582
commit
bef2d13e4a
|
@ -4,7 +4,7 @@ FROM ubuntu:latest AS hamlib-base-image
|
|||
ENV DEBIAN_FRONTEND="noninteractive" TZ="Etc/UTC"
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y build-essential automake libtool python3.6 \
|
||||
&& apt-get install -y vim git build-essential automake libtool python3.6 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Builder Image
|
||||
|
|
Ładowanie…
Reference in New Issue