Skip to content

Commit 85eaaca

Browse files
committed
fix: added missing cups-bsd package
1 parent 7cf9211 commit 85eaaca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/receiptio-server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
2323
wget \
2424
chromium \
2525
cups-client \
26+
cups-bsd \
2627
--no-install-recommends && \
2728
apt-get clean && rm -rf /var/lib/apt/lists/*
2829

0 commit comments

Comments
 (0)