We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b23051 commit ec3978eCopy full SHA for ec3978e
docker-build/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:latest AS hamlib-base-image
4
ENV DEBIAN_FRONTEND="noninteractive" TZ="Etc/UTC"
5
6
RUN apt-get update \
7
- && 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 \
8
&& rm -rf /var/lib/apt/lists/*
9
10
# Builder Image
0 commit comments