Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
thelittlefireman authored Jun 3, 2024
1 parent 6908079 commit 8be1d7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
update-locale LANG=en_US.UTF-8
ENV LANG en_US.UTF-8


ARG LANGUAGETOOL_VERSION
RUN git clone https://github.com/languagetool-org/languagetool.git --depth 1 -b v${LANGUAGETOOL_VERSION}
WORKDIR /languagetool
Expand Down

0 comments on commit 8be1d7b

Please sign in to comment.