Skip to content

Commit

Permalink
fix: pipeline fix6
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkhr committed Nov 11, 2024
1 parent 5a0eee3 commit 0cf121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
openbox supervisor gosu locales \
tigervnc-standalone-server \
websockify curl jq && \
websockify curl jq ca-certificates && \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* && \
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

Expand Down

0 comments on commit 0cf121b

Please sign in to comment.