Sign inSign up

hccz95/text2qr

By hccz95

•Updated over 2 years ago

Image
0

110

hccz95/text2qr repository overview

FROM --platform=linux/amd64 ubuntu:20.04

RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
        qt5-default git wget cmake build-essential && \
    apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /root

COPY . /root/text2qr

RUN cd text2qr && mkdir build && cd build && \
    cmake .. && \
    make -j6

Tag summary

Content type

Image

Digest

sha256:e99760860…

Size

197.5 MB

Last updated

over 2 years ago

docker pull hccz95/text2qr:aarch64