Skip to content

Commit

Permalink
fix: update files for build on launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 18, 2023
1 parent 1349bb9 commit 83b2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Build_ppa
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV USER=root
COPY ./build ./build
COPY ./gpg ./

RUN apt install xdg-utils -y && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
RUN apt update && apt install xdg-utils -y && cat ./build/figma-linux-${FIGMA_LINUX_VERSION}/debian/changelog && \
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/figma-linux && \
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/chrome-sandbox && \
chmod a+x ./build/figma-linux-${FIGMA_LINUX_VERSION}/*.sh && \
Expand Down

0 comments on commit 83b2377

Please sign in to comment.