Skip to content

Commit

Permalink
docker file -- just update
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Feb 20, 2024
1 parent 60c64ee commit 14acc6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV BACKSTOPJS_VERSION=$BACKSTOPJS_VERSION

# install deps
RUN apt-get -qq update >/dev/null && apt-get install -qq chromium
RUN apt-get -qq update >/dev/null
# && apt-get install -qq chromium
#fonts-liberation \
# cyrillic
#xfonts-cyrillic \
Expand Down

0 comments on commit 14acc6c

Please sign in to comment.