Update devbox.Dockerfile
This commit is contained in:
parent
12a60bb991
commit
79b3c1d21b
|
@ -1,8 +1,9 @@
|
||||||
# This is devbox which means development environment
|
# 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
|
FROM python:3-slim-buster
|
||||||
|
|
||||||
|
# If you need to run from behind the proxy then set the proxy below
|
||||||
#ENV http_proxy
|
#ENV http_proxy
|
||||||
#ENV https_proxy
|
#ENV https_proxy
|
||||||
#ENV no_proxy
|
#ENV no_proxy
|
||||||
|
|
Loading…
Reference in New Issue