We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0855eac commit d046965Copy full SHA for d046965
ci/Dockerfile
@@ -1,6 +1,8 @@
1
FROM malept/electron-forge-container:latest
2
3
-RUN apt-get install --no-install-recommends -y g++
+RUN flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo && \
4
+ flatpak install --runtime gnome org.freedesktop.Platform//1.4
5
+
6
RUN mkdir /code
7
WORKDIR /code
8
ADD . /code/
0 commit comments