diff --git a/containers/go/Containerfile b/containers/go/Containerfile index a50ab93..4d121c1 100644 --- a/containers/go/Containerfile +++ b/containers/go/Containerfile @@ -11,4 +11,7 @@ RUN GO_VERSION=$(curl -sL "https://go.dev/VERSION?m=text" | head -n 1 | tr -d '\ GOBIN=/usr/local/bin /usr/local/go/bin/go install golang.org/x/tools/cmd/goimports@latest && \ GOBIN=/usr/local/bin /usr/local/go/bin/go install github.com/go-delve/delve/cmd/dlv@latest +RUN dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install nodejs npm && \ + npm install -g typescript typescript-language-server @tailwindcss/language-server + USER user