Skip to content

Commit

Permalink
Remove extra backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 20, 2023
1 parent c716221 commit 324de42
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 @@ -11,7 +11,7 @@ RUN apk add --no-cache bash curl jq git ffmpeg \
# Python for python bridges
python3 py3-pip py3-setuptools py3-wheel \
# Common dependencies that need native extensions for Python bridges
py3-magic py3-ruamel.yaml py3-aiohttp py3-pillow py3-olm py3-pycryptodome \
py3-magic py3-ruamel.yaml py3-aiohttp py3-pillow py3-olm py3-pycryptodome

COPY --from=lottie /cryptg-*.whl /tmp/
RUN pip3 install /tmp/cryptg-*.whl && rm -f /tmp/cryptg-*.whl
Expand Down

0 comments on commit 324de42

Please sign in to comment.