From 79b3c1d21b3143a26d1faafff69587d2e44edd89 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Mon, 24 Apr 2023 10:20:58 +0530 Subject: [PATCH] Update devbox.Dockerfile --- devbox.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devbox.Dockerfile b/devbox.Dockerfile index de9b7cb2..890741dc 100644 --- a/devbox.Dockerfile +++ b/devbox.Dockerfile @@ -1,8 +1,9 @@ # This is devbox which means development environment -# this will contain neovim with Astrovim distro +# this will contain neovim with configuration FROM python:3-slim-buster +# If you need to run from behind the proxy then set the proxy below #ENV http_proxy #ENV https_proxy #ENV no_proxy