Skip to content

Commit 0518f2a

Browse files
committed
Install msgpack package
1 parent bf60cc9 commit 0518f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy-proxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3
22

3-
RUN pip install --no-cache-dir aiohttp
3+
RUN pip install --no-cache-dir aiohttp msgpack
44

55
ADD proxy.py /usr/src/fpindex-proxy.py
66

0 commit comments

Comments
 (0)