liushuyu ee9aaf49ff
meta: add ENV DEBIAN_FRONTEND=noninteractive...
... so that apt will not ask for user input
2020-07-21 14:13:23 -06:00

7 lines
287 B
Docker

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 pip3 install transifex-client