chore(deps): bump actions/download-artifact in /.github/workflows (#398)
[figma-linux.git] / docker / Build_artefacts_repo
blob45b19a824452fce728b256edb04337b4b345e3fd
1 FROM 4tqrgqe5yrgfd/figma-linux-docker-image:latest
3 WORKDIR /usr/src/figma-linux
5 RUN git clone https://github.com/Figma-Linux/figma-linux.git . && \
6   npm i && \
7   chmod a+x ./resources/AppRun && \
8   npm run pack && \
9   echo $(node -e "const package = require('./package.json'); console.log(package.version);") > ./build/installers/version