Skip to content

Commit

Permalink
Merge pull request #6 from bitofsky/2024-02
Browse files Browse the repository at this point in the history
add: ts-node, remove: tsnd
  • Loading branch information
bitofsky authored Feb 20, 2024
2 parents b860e95 + dc78313 commit faddf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV PNPM_VERSION 8.15.3
ENV TURBO_VERSION 1.12.4
ENV TSX_VERSION 4.7.1
ENV TS_NODE_DEV 2.0.0
ENV TS_NODE 10.9.2
ENV SWC_CORE 1.4.2
ENV AWS_CLI 2.15.21

Expand All @@ -30,7 +30,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI}.zip" -
&& rm -rf /tmp/aws

# install node packages
RUN npm i -g pnpm@${PNPM_VERSION} turbo@${TURBO_VERSION} tsx@${TSX_VERSION} ts-node-dev@${TS_NODE_DEV} @swc/core@${SWC_CORE}
RUN npm i -g pnpm@${PNPM_VERSION} turbo@${TURBO_VERSION} tsx@${TSX_VERSION} ts-node@${TS_NODE} @swc/core@${SWC_CORE}

# install genuinetools/img for containerize without privileged
RUN curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.11/img-linux-amd64" -o "/usr/bin/img" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Includes:
- genuinetools/img v0.5.11
- Moby BuildKit v0.11.4
- kubectl v1.27 ~ v1.29 (default v1.29)
- ts-node-dev 2.0.0
- ts-node 10.9.2
- @swc/core 1.4.2

This container image is designed for both Node.js and Golang development. It includes a variety of packages and tools that will streamline your workflow and improve productivity.

0 comments on commit faddf4a

Please sign in to comment.