This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,11 @@ RUN apt update && apt upgrade -y && apt install -y postgresql-client redis-tools
11
11
# go back to noel user
12
12
USER ${USERNAME}
13
13
14
- # Add the Go toolchain here so we can develop the ClickHouse Migrations code
15
- COPY --from=ghcr.io/auguwu/coder-images/golang /opt/golang/tools/golangci /opt/golang/tools/golangci
16
- COPY --from=ghcr.io/auguwu/coder-images/golang /opt/golang/go /opt/golang/go
17
-
18
- # Add the Rust toochain so we can develop the Helm Plugin
19
- COPY --from=ghcr.io/auguwu/coder-images/rust --chown=${USERNAME}:${USERNAME} /home/${USERNAME}/.rustup /home/${USERNAME}/.rustup
20
- COPY --from=ghcr.io/auguwu/coder-images/rust --chown=${USERNAME}:${USERNAME} /home/${USERNAME}/.cargo /home/${USERNAME}/.cargo
21
-
22
- # node
14
+ # Node.js
23
15
COPY --from=ghcr.io/auguwu/coder-images/node /opt/nodejs /opt/nodejs
24
16
25
17
# Go back to the user
26
18
USER ${USERNAME}
27
19
28
20
ENV LANG="en-US.UTF-8"
29
- ENV PATH=$PATH:/opt/golang/go/bin:/opt/golang/tools/golangci:/opt/ nodejs/bin:/home/${USERNAME}/.cargo /bin
21
+ ENV PATH=$PATH:/opt/nodejs/bin
You can’t perform that action at this time.
0 commit comments