Skip to content

Commit 43c1e35

Browse files
committed
Add Dockerfile for building on Linux.
1 parent 6dfad32 commit 43c1e35

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docker image for running esy and building bs-react-intl-extractor on Linux.

0 commit comments

Comments
 (0)