Use specific lottieconverter commit for building in dockerfile

This commit is contained in:
Tulir Asokan
2019-11-06 22:56:34 +02:00
parent 9e831689e9
commit e319417fbc
+1
View File
@@ -15,6 +15,7 @@ RUN apk add --no-cache git build-base cmake \
RUN apk add --no-cache libpng libpng-dev zlib zlib-dev \
&& git clone https://github.com/Eramde/LottieConverter.git \
&& cd LottieConverter \
&& git checkout 543c1d23ac9322f4f03c7fb6612ea7d026d44ac0 \
&& make
FROM docker.io/alpine:3.10