Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
adds patchelf to container
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Jun 21, 2019
1 parent 3d167e0 commit 6a012af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nodegui/docker-qt5-linux:5.13.0
RUN rm /bin/sh && ln -s /bin/bash /bin/sh

RUN apt-get update
RUN apt-get install -y libgtk-3-dev curl
RUN apt-get install -y libgtk-3-dev curl patchelf
# INSTALL NODEJS
# ==============
RUN mkdir -p /usr/local/nvm
Expand Down

0 comments on commit 6a012af

Please sign in to comment.