Skip to content

Commit ec3978e

Browse files
committed
Remove vim from Dockerfile since it is not portable
1 parent 2b23051 commit ec3978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:latest AS hamlib-base-image
44
ENV DEBIAN_FRONTEND="noninteractive" TZ="Etc/UTC"
55

66
RUN apt-get update \
7-
&& apt-get install -y vim git build-essential automake libtool python-is-python3 \
7+
&& apt-get install -y git build-essential automake libtool python-is-python3 \
88
&& rm -rf /var/lib/apt/lists/*
99

1010
# Builder Image

0 commit comments

Comments
 (0)