linux-transifex: add missing git dependency

This commit is contained in:
liushuyu 2020-08-03 14:56:13 -06:00
parent ee9aaf49ff
commit 8cf77e38eb
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -2,5 +2,5 @@ FROM debian:buster-slim
LABEL maintainer="citraemu"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y p7zip-full libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools python3-pip cmake
RUN apt-get install -y git p7zip-full libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools python3-pip cmake
RUN pip3 install transifex-client