mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 08:04:11 +08:00
fix(build): add python as build dependency
This commit is contained in:
parent
5ff3b62f3c
commit
50a22b6ef1
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)
|
# Install dependencies (NodeSource setup runs `apt-get update` for us)
|
||||||
RUN apt-get -y install \
|
RUN apt-get -y install \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
|
||||||
fakeroot \
|
fakeroot \
|
||||||
|
git \
|
||||||
|
python \
|
||||||
rpm \
|
rpm \
|
||||||
nodejs
|
nodejs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue