Skip to content

Commit

Permalink
Address #157
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanVaughn committed Jan 19, 2025
1 parent 69635c5 commit ab4822a
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 @@ -41,7 +41,8 @@ RUN apt-get purge gcc g++ make -y \

ARG WEBTREES_VERSION
RUN curl -s -L https://github.com/fisharebest/webtrees/releases/download/${WEBTREES_VERSION}/webtrees-${WEBTREES_VERSION}.zip -o webtrees.zip \
&& unzip -q webtrees.zip -d /var/www/ && rm webtrees.zip
&& unzip -q webtrees.zip -d /var/www/ && rm webtrees.zip \
&& rm $WEBTREES_HOME/*.md

# Disable version update prompt. Webtrees should not be upgrading itself,
# users should be using tagged container versions
Expand Down

0 comments on commit ab4822a

Please sign in to comment.