Skip to content

Commit

Permalink
Add epicbox-typescript image (4.8.4) (#69)
Browse files Browse the repository at this point in the history
#EDY-12919
  • Loading branch information
sergeybe2 authored Nov 8, 2022
1 parent 7cfca64 commit 5db2a20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions epicbox-typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM node:18.12.0-bullseye-slim
MAINTAINER Stepik Team <[email protected]>

ENV TYPESCRIPT_VERSION=4.8.4
ENV TYPES_NODE_VERSION=18.11.9

RUN useradd -M -d /sandbox sandbox \
&& mkdir /sandbox \
&& chown sandbox:sandbox /sandbox

RUN npm install -g \
typescript@${TYPESCRIPT_VERSION} \
@types/node@${TYPES_NODE_VERSION}

WORKDIR /sandbox

0 comments on commit 5db2a20

Please sign in to comment.