Added git and vim to the hamlib-base-image

pull/1639/head
Brandon Durepo 2024-12-21 09:25:09 -08:00
rodzic 50e10f7582
commit bef2d13e4a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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