8000 Fixes · Unstructured-IO/unstructured-api@116c666 · GitHub
[go: up one dir, main page]

Skip to content

Commit 116c666

Browse files
committed
Fixes
1 parent b1be8a2 commit 116c666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV PIP ${PYTHON} -m pip
1515
WORKDIR ${HOME}
1616

1717
USER root
18-
RUN apk add --no-cache {PYTHON} py${PYTHON_VERSION/./}-pip
18+
RUN apk add --no-cache python3 python3-pip
1919

2020
USER ${NB_USER}
2121

0 commit comments

Comments
 (0)
0