We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7d575 commit 5955cc4Copy full SHA for 5955cc4
‎Dockerfile
@@ -2,6 +2,9 @@ FROM ruby:2.5-alpine
2
3
RUN apk add --update alpine-sdk
4
5
+# Install runtime dependencies in the container
6
+RUN apk add --update --virtual nodejs openjdk14
7
+
8
WORKDIR /tc39-website
9
EXPOSE 8000
10
0 commit comments