Skip to content

Commit 1cce8c3

Browse files
python-multipart: fix build
1 parent 2834ca6 commit 1cce8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/python-multipart/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool
1919
RUN git clone --depth 1 https://github.com/Kludex/python-multipart python-multipart
2020
RUN python3 -m pip install --upgrade pip
2121
WORKDIR python-multipart
22-
COPY *.patch $SRC/python-multipart
22+
COPY *.patch $SRC/python-multipart/
2323
COPY build.sh *.options $SRC/

0 commit comments

Comments
 (0)