Added Python support

pull/1639/head
Brandon Durepo 2024-12-21 11:55:14 -08:00
rodzic bef2d13e4a
commit db00197e6a
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 python3.6 \
&& apt-get install -y vim git build-essential automake libtool python-is-python3 \
&& rm -rf /var/lib/apt/lists/*
# Builder Image