We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ba239 commit 7730147Copy full SHA for 7730147
.packaging/Dockerfile
@@ -16,7 +16,7 @@ ARG ENABLE_LEGACY_RENEGOTIATION
16
ENV DEBIAN_FRONTEND=noninteractive
17
18
# 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
+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
20
21
# Setup a custom certificate/SSL settings depending upon build arguments
22
# Include README.md here so that the build doesn't fail if there is no custom
0 commit comments