qr
Generate QR codes in the terminal with ANSI VT-100 escape codes. More information: <https://github.com/lincolnloop/python-qrcode/>.
RUN apt-get update && \
apt-get install -y python-qrcode
RUN apt-get update && \
apt-get install -y python-qrcode
RUN pacman -S --noconfirm python-qrcode
RUN apt-get update && \
apt-get install -y python-qrcode
RUN yum install -y python-qrcode
RUN dnf install -y python-qrcode
RUN apt-get update && \
apt-get install -y python-qrcode