chore(tests): run flatpak runtime install in local Dockerfile

Needs to be here because the command causes Docker Hub's build workers to time out.
This commit is contained in:
Mark Lee 2016-12-25 19:32:15 -08:00 коммит произвёл Mark Lee
Родитель 0855eacf8a
Коммит d046965fa1
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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/