mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
Update devcontainer configuration and Dockerfile to improve environment setup
This commit is contained in:
parent
a7185743cc
commit
4acc41cc03
3 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \
|
|||
ca-certificates \
|
||||
sudo \
|
||||
zsh \
|
||||
locales \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -51,6 +52,9 @@ USER $USERNAME
|
|||
ENV SHELL=/bin/zsh
|
||||
RUN echo 'export PATH=$PATH:$(go env GOPATH)/bin' >> ~/.zshrc \
|
||||
&& echo 'export GO111MODULE=on' >> ~/.zshrc \
|
||||
&& echo 'export LANG=C.UTF-8' >> ~/.zshrc \
|
||||
&& echo 'export LC_ALL=C.UTF-8' >> ~/.zshrc \
|
||||
&& echo 'export LC_CTYPE=C.UTF-8' >> ~/.zshrc \
|
||||
&& mkdir -p ~/.cache
|
||||
|
||||
# Expose common ports that might be used by Yggdrasil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue