Skip to content

Commit 1349bb9

Browse files
committed
fix: update files for build on launchpad
1 parent 55d959f commit 1349bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Build_ppa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV USER=root
1010
COPY ./build ./build
1111
COPY ./gpg ./
1212

13-
RUN apt install xdg-utils && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
13+
RUN apt install xdg-utils -y && 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 && \

0 commit comments

Comments
 (0)