mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(build): add python as build dependency
This commit is contained in:
parent
eb2f45534e
commit
37005ca80b
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@ RUN /usr/bin/touch /etc/init.d/systemd-logind
|
|||
# Install dependencies (NodeSource setup runs `apt-get update` for us)
|
||||
RUN apt-get -y install \
|
||||
build-essential \
|
||||
git \
|
||||
fakeroot \
|
||||
git \
|
||||
python \
|
||||
rpm \
|
||||
nodejs
|
||||
|
||||
|
|
Loading…
Reference in a new issue