From ea0666fe66f4da7437087badcf49bc16956db4be Mon Sep 17 00:00:00 2001 From: KyoungsueKim Date: Mon, 18 Dec 2023 22:16:17 +0900 Subject: [PATCH] fix: fix lpr command not found error. --- Dockerfile | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14df1b8..b0aaab5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ VOLUME /etc/letsencrypt/live/kksoft.kr/ COPY ./verbose-waffle /opt/project/verbose-waffle COPY requirements.txt /opt/project -RUN apt-get update && apt-get install -y cups libcups2-dev +RUN apt-get update && apt-get install -y cups libcups2-dev cups-bsd COPY cups-files.conf /etc/cups/cups-files.conf COPY ./verbose-waffle/CNRCUPSIRADV45453ZK.ppd /etc/cups/ppd/CNRCUPSIRADV45453ZK.ppd COPY ./verbose-waffle/CNRCUPSIRADV45453ZK.ppd /usr/share/cups/model/CNRCUPSIRADV45453ZK.ppd diff --git a/requirements.txt b/requirements.txt index 8208f74..b8a5432 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ fastapi[all] PyPDF2 httpx python-multipart -pycups requests \ No newline at end of file