Skip to content

Commit

Permalink
Fix spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Sep 2, 2024
1 parent 2af10ce commit eaa33f8
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 @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/var/cache,sharing=locked \
python3-icu python3-datrie python3-yaml python3-jinja2 \
python3-pip

# installl python dependencies
# install python dependencies
WORKDIR /tmp
COPY requirements.txt ./
RUN python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit eaa33f8

Please sign in to comment.