Skip to content

Commit 7730147

Browse files
Add vim to standalone Dockerfile
1 parent 12ba239 commit 7730147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packaging/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG ENABLE_LEGACY_RENEGOTIATION
1616
ENV DEBIAN_FRONTEND=noninteractive
1717

1818
# Install the base dependencies
19-
RUN apt-get update && apt-get install -y --no-install-recommends python3 python-is-python3 wget curl lsb-release ca-certificates software-properties-common build-essential gnupg2 python3-pip git pkg-config libssl-dev gcc gfortran
19+
RUN apt-get update && apt-get install -y --no-install-recommends python3 python-is-python3 wget curl lsb-release ca-certificates software-properties-common build-essential gnupg2 python3-pip git pkg-config libssl-dev gcc gfortran vim
2020

2121
# Setup a custom certificate/SSL settings depending upon build arguments
2222
# Include README.md here so that the build doesn't fail if there is no custom

0 commit comments

Comments
 (0)