Fix CI for Linux
This commit is contained in:
parent
6e6b097968
commit
56233054ae
2 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,10 @@
|
||||||
FROM libchromiumcontent-linux:latest
|
FROM electronbuilds/libchromiumcontent:0.0.4
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
|
# Set up HOME directory
|
||||||
|
ENV HOME=/home
|
||||||
|
RUN chmod a+rwx /home
|
||||||
|
|
||||||
# Install node.js
|
# Install node.js
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
||||||
|
|
|
@ -18,11 +18,6 @@ set -o pipefail
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
docker build \
|
|
||||||
--force-rm \
|
|
||||||
--tag libchromiumcontent-linux \
|
|
||||||
./vendor/libchromiumcontent
|
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--force-rm \
|
--force-rm \
|
||||||
--tag electron-linux \
|
--tag electron-linux \
|
||||||
|
|
Loading…
Reference in a new issue