Dockerfile: fix Qt tag

This commit is contained in:
tobtoht 2021-05-21 22:12:12 +02:00
parent 132a738eba
commit 80f7ea11b8
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -69,7 +69,7 @@ RUN git clone -b tor-0.4.5.7 --depth 1 https://git.torproject.org/tor.git && \
FROM ubuntu:16.04
ARG THREADS=1
ARG QT_VERSION=5.15.2
ARG QT_VERSION=v5.15.2
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"