We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb6bee commit 55d959fCopy full SHA for 55d959f
1 file changed
docker/Build_ppa
@@ -10,7 +10,7 @@ ENV USER=root
10
COPY ./build ./build
11
COPY ./gpg ./
12
13
-RUN api install xdg-utils && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
+RUN apt install xdg-utils && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
14
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/figma-linux && \
15
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/chrome-sandbox && \
16
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/*.sh && \
0 commit comments