Vitor K 84c1c341ba
Update transifex to run on a newer debian release
fixes the cmake version errors.
2022-09-21 16:04:27 -03:00

7 lines
293 B
Docker

FROM debian:bullseye-slim
LABEL maintainer="citraemu"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade
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