We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b317b7 commit c7ee26eCopy full SHA for c7ee26e
Dockerfile
@@ -21,7 +21,7 @@ WORKDIR /opt/asab-iris
21
COPY requirements.txt /opt/asab-iris
22
23
# TODO: Install ASAB from pypy once it is released
24
-RUN pip3 install git+https://github.com/TeskaLabs/asab.git@v22.06-rc4
+RUN pip3 install git+https://github.com/TeskaLabs/asab.git
25
RUN pip3 install -r requirements.txt
26
RUN apk del .buildenv
27
0 commit comments