Skip to content

Commit

Permalink
chore(tests): run flatpak runtime install in local Dockerfile
Browse files Browse the repository at this point in the history
Needs to be here because the command causes Docker Hub's build workers to time out.
  • Loading branch information
malept committed Dec 26, 2016
1 parent 0855eac commit d046965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM malept/electron-forge-container:latest

RUN apt-get install --no-install-recommends -y g++
RUN flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo && \
flatpak install --runtime gnome org.freedesktop.Platform//1.4

RUN mkdir /code
WORKDIR /code
ADD . /code/

0 comments on commit d046965

Please sign in to comment.