Skip to content

Commit

Permalink
fix: fix ppd files. damm plz..
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoungsueKim committed Dec 18, 2023
1 parent 8416ca9 commit 3d85c45
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,6 +9,9 @@ COPY requirements.txt /opt/project
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/model /usr/share/cups/model
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
Binary file modified verbose-waffle/CNRCUPSIRADV45453ZK.ppd
Binary file not shown.

0 comments on commit 3d85c45

Please sign in to comment.