JavascriptSubtitlesOctopus/Dockerfile
2023-01-16 15:20:51 +03:00

26 lines
498 B
Docker

FROM docker.io/emscripten/emsdk:2.0.34
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
cmake \
git \
ragel \
patch \
libtool \
itstool \
pkg-config \
python3 \
python3-ply \
gettext \
autopoint \
automake \
autoconf \
m4 \
gperf \
licensecheck \
gawk \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /code
CMD ["make"]