aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2020-02-15 02:59:41 +0000
committermitermayer <mitermayer.reis@gmail.com>2020-02-15 03:51:53 +0000
commit82ad83f4053adbc59c130180cc1bddae30f63d97 (patch)
tree615b8770f85bb0f442e73f22f248bcab78106578 /Dockerfile
parent3093ca04047ac38598b515e2e62f4697174c3e0e (diff)
downloadvim-prettier-82ad83f4053adbc59c130180cc1bddae30f63d97.tar.xz
Adding support for prettier python plugin
- updating Dockerfile to include python3 on vim test bed image in order to work with prettier python plugin - prettier python plugin seems to require python3 to be available on the system
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 262d875..2c8ff50 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,6 +34,7 @@ ENV PACKAGES="\
bash \
git \
python \
+ python3 \
py-pip \
nodejs \
npm \