Remove vim from Dockerfile since it is not portable

pull/1640/head
Michael Black W9MDB 2024-12-22 06:37:50 -06:00
rodzic 2b23051c6d
commit ec3978e521
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 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/*
# Builder Image