Skip to content

Commit

Permalink
[UPD] project config
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Feb 9, 2024
1 parent 9594872 commit 52b076c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile-webclient
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN apt-get install -y xfonts-75dpi libxrender1 fontconfig xfonts-base
RUN apt-get install -y gcc g++ locales locales-all
RUN apt-get clean

RUN wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bullseye_amd64.deb
RUN dpkg -i wkhtmltox_0.12.6.1-3.bullseye_amd64.deb
RUN rm ./wkhtmltox_0.12.6.1-3.bullseye_amd64.deb
RUN wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bullseye_$(dpkg --print-architecture).deb
RUN dpkg -i wkhtmltox_0.12.6.1-3.bullseye_$(dpkg --print-architecture).deb
RUN rm ./wkhtmltox_0.12.6.1-3.bullseye_$(dpkg --print-architecture).deb

RUN wkhtmltopdf --version

Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ services:
av:
profiles: [ "core", "av", "all" ]
#debian: image: mkodockx/docker-clamav
image: clamav/clamav:latest
platform: linux/amd64
image: clamav/clamav-debian:latest
restart: unless-stopped
volumes:
- ./clamav:/var/lib/clamav
Expand Down Expand Up @@ -72,7 +71,6 @@ services:
profiles: [ "core-only", "all", "app" ]
stdin_open: true # -i
tty: true # -t
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile-webclient
Expand Down

0 comments on commit 52b076c

Please sign in to comment.