mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 15:10:01 +01:00
Added transifex-specific build environment image
See https://github.com/azahar-emu/azahar/issues/592
This commit is contained in:
parent
0ef81d787a
commit
3784cb6872
23
transifex/Dockerfile
Normal file
23
transifex/Dockerfile
Normal file
@ -0,0 +1,23 @@
|
||||
FROM debian:bookworm
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Update repos + upgrade system
|
||||
RUN apt-get update && apt-get -y full-upgrade
|
||||
|
||||
# Install package dependencies
|
||||
RUN apt-get install -y \
|
||||
clang \
|
||||
cmake \
|
||||
curl \
|
||||
git \
|
||||
qt6-base-dev \
|
||||
qt6-l10n-tools \
|
||||
qt6-multimedia-dev \
|
||||
qt6-tools-dev \
|
||||
qt6-tools-dev-tools \
|
||||
libxext-dev
|
||||
|
||||
# Download Transifex client
|
||||
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
||||
RUN mv /tx /usr/bin/
|
||||
Loading…
x
Reference in New Issue
Block a user