Skip to content

Commit

Permalink
Trace build commands (#609)
Browse files Browse the repository at this point in the history
* Trace build commands

* Small fix
  • Loading branch information
heatray committed Apr 25, 2023
1 parent c613232 commit 708684c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=nonint

ARG ONLYOFFICE_VALUE=onlyoffice

SHELL ["/bin/sh", "-x", "-c"]

RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
apt-get -y update && \
apt-get -yq install wget apt-transport-https gnupg locales lsb-release && \
Expand Down

0 comments on commit 708684c

Please sign in to comment.