Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit c927256

Browse files
authored
Remove Go and Rust (not needed for charted-dev/charted)
1 parent 1420de3 commit c927256

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,11 @@ RUN apt update && apt upgrade -y && apt install -y postgresql-client redis-tools
1111
# go back to noel user
1212
USER ${USERNAME}
1313

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
2315
COPY --from=ghcr.io/auguwu/coder-images/node /opt/nodejs /opt/nodejs
2416

2517
# Go back to the user
2618
USER ${USERNAME}
2719

2820
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

0 commit comments

Comments
 (0)