We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfad32 commit 43c1e35Copy full SHA for 43c1e35
docker/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM ubuntu:18.04
2
+
3
+RUN apt-get update \
4
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm git rsync m4 curl \
5
+ && rm -rf /var/lib/apt/lists/*
6
7
+RUN npm i -g esy@0.2.11
docker/README.md
@@ -0,0 +1 @@
+Docker image for running esy and building bs-react-intl-extractor on Linux.
0 commit comments