From bef2d13e4a8443ce32bba28116398a3edf156a45 Mon Sep 17 00:00:00 2001 From: Brandon Durepo Date: Sat, 21 Dec 2024 09:25:09 -0800 Subject: [PATCH] Added git and vim to the hamlib-base-image --- docker-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index d5c490a73..cf3cdfe3e 100644 --- a/docker-build/Dockerfile +++ b/docker-build/Dockerfile @@ -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