Skip to content

Commit

Permalink
chore(tests): remove now obsolete flatpak call in Linux tests
Browse files Browse the repository at this point in the history
Fixed in flatpak 0.8.2.
  • Loading branch information
malept committed Feb 6, 2017
1 parent 3a3cdfd commit b93b6cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM malept/electron-forge-container:latest

ENV CI=true

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 b93b6cf

Please sign in to comment.