Skip to content

Commit

Permalink
Run apt-get upgrade to ensure image being up-to-date (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen authored May 24, 2023
1 parent 4f6994b commit fb51292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG optional_dependencies="voikko fasttext nn omikuji yake spacy stwfsa"
ARG POETRY_VIRTUALENVS_CREATE=false

# Install system dependencies needed at runtime:
RUN apt-get update && \
RUN apt-get update && apt-get upgrade && \
if [[ $optional_dependencies =~ "voikko" ]]; then \
apt-get install -y --no-install-recommends \
libvoikko1 \
Expand Down

0 comments on commit fb51292

Please sign in to comment.