Skip to content

Commit

Permalink
fix: fix lpr command not found error.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoungsueKim committed Dec 18, 2023
1 parent 554df3e commit ea0666f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ fastapi[all]
PyPDF2
httpx
python-multipart
pycups
requests

0 comments on commit ea0666f

Please sign in to comment.