Skip to content

Commit

Permalink
Another fix for appimage...
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Dec 5, 2022
1 parent 1b97859 commit 9e3ce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | b
&& nvm alias default $NODE_VERSION \
&& nvm use default
RUN . $NVM_DIR/nvm.sh && npm install -g appcenter-cli
RUN apt install -y squashfs-tools zip
RUN apt install -y squashfs-tools zip zsync

RUN mkdir /project
RUN mkdir -p /home/coder/dconf
Expand Down

0 comments on commit 9e3ce06

Please sign in to comment.