We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7ee26e + f7d78f5 commit 173e305Copy full SHA for 173e305
Dockerfile
@@ -19,6 +19,7 @@ RUN apk add --no-cache --virtual .buildenv python3-dev gcc musl-dev git libgit2-
19
RUN mkdir -p /opt/asab-iris
20
WORKDIR /opt/asab-iris
21
COPY requirements.txt /opt/asab-iris
22
+COPY library /opt/asab-iris/library
23
24
# TODO: Install ASAB from pypy once it is released
25
RUN pip3 install git+https://github.com/TeskaLabs/asab.git
0 commit comments