File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV USER=root
1010COPY ./build ./build
1111COPY ./gpg ./
1212
13- RUN cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
13+ RUN api install xdg-utils && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
1414 chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/figma-linux && \
1515 chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/chrome-sandbox && \
1616 chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/*.sh && \
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ Homepage: https://github.com/Figma-linux/figma-linux
99#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/figma-linux.git
1010
1111Package: figma-linux
12- Depends: libnss3 (>= 3.26)
12+ Depends: libnss3 (>= 3.26), xdg-utils
1313Architecture: amd64
1414Description: Figma is the first interface design tool based in the browser, making it easier for teams to create software.
You can’t perform that action at this time.
0 commit comments