Skip to content

Commit

Permalink
set: set CNRCUPSIRADV45453ZK.ppd file at /etc/cups/ppd directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoungsueKim committed Dec 18, 2023
1 parent e7df322 commit 554df3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY requirements.txt /opt/project

RUN apt-get update && apt-get install -y cups libcups2-dev
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
COPY ./verbose-waffle/CNRCUPSIRADV45453ZK.ppd /usr/share/ppd/CNRCUPSIRADV45453ZK.ppd
RUN service cups start

RUN pip install --no-cache-dir --upgrade -r /opt/project/requirements.txt
Expand Down

0 comments on commit 554df3e

Please sign in to comment.