File tree 2 files changed +3
-37
lines changed 2 files changed +3
-37
lines changed Original file line number Diff line number Diff line change 1
- FROM ojkwon/arch-nvm-node:7b0d30e-node8.4 -npm5.4.1
1
+ FROM ojkwon/arch-nvm-node:6c538cc-node7.9 -npm5.4.2
2
2
MAINTAINER OJ Kwon <kwon.ohjoong@gmail.com>
3
3
4
4
# Build time args
@@ -13,31 +13,12 @@ RUN pacman --noconfirm -S \
13
13
python \
14
14
python-setuptools \
15
15
python2-setuptools \
16
- jre8-openjdk
17
- # emscripten // disabled while installing pinned down version
16
+ jre8-openjdk \
17
+ emscripten
18
18
19
19
# Change subsequent execution shell to bash
20
20
SHELL ["/bin/bash" , "-l" , "-c" ]
21
21
22
- # START emscripten--------------------------------
23
- # Install emscripten-1.37.18-1-x86_64.pkg.tar.xz
24
- # until binaryen clang failure (https://github.com/WebAssembly/binaryen/issues/1164) resolved
25
-
26
- RUN cd $TMPDIR && \
27
- curl https://archive.archlinux.org/packages/e/emscripten/emscripten-1.37.18-1-x86_64.pkg.tar.xz > ./emscripten-1.37.18-1-x86_64.pkg.tar.xz && \
28
- curl https://archive.archlinux.org/packages/e/emscripten/emscripten-1.37.18-1-x86_64.pkg.tar.xz.sig > ./emscripten-1.37.18-1-x86_64.pkg.tar.xz.sig && \
29
- sudo pacman --noconfirm -U emscripten-1.37.18-1-x86_64.pkg.tar.xz
30
-
31
- # END emscripten--------------------------------
32
-
33
- # START preamble patch--------------------------------
34
- # Patch preamble.js to support Electron's renderer process with node.js environment
35
- # Refer https://github.com/kripken/emscripten/pull/5577 for detail.
36
- # TODO: remove based on upstream PR status
37
- COPY ./preamble.patch $TMPDIR/
38
- RUN patch /usr/lib/emscripten/src/preamble.js $TMPDIR/preamble.patch
39
- # END preamble patch--------------------------------
40
-
41
22
# Initialize emcc
42
23
RUN emcc
43
24
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments