We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54ed41 commit eaa3472Copy full SHA for eaa3472
1 file changed
.devcontainer/Dockerfile
@@ -72,6 +72,10 @@ RUN pip3 install -U \
72
pyzmq==22.3.0 \
73
Cython==0.29.36
74
75
+RUN pip3 uninstall -y ioflo || true
76
+
77
+RUN pip3 install --no-cache-dir git+https://github.com/ioflo/ioflo.git
78
79
# install fpm
80
RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0 && \
81
pip3 install Cython==0.29.36
0 commit comments