Skip to content

Commit 173e305

Browse files
authored
Merge pull request #16 from TeskaLabs/hotfix/library_to_dockerfile
library added to image
2 parents c7ee26e + f7d78f5 commit 173e305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apk add --no-cache --virtual .buildenv python3-dev gcc musl-dev git libgit2-
1919
RUN mkdir -p /opt/asab-iris
2020
WORKDIR /opt/asab-iris
2121
COPY requirements.txt /opt/asab-iris
22+
COPY library /opt/asab-iris/library
2223

2324
# TODO: Install ASAB from pypy once it is released
2425
RUN pip3 install git+https://github.com/TeskaLabs/asab.git

0 commit comments

Comments
 (0)