We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc6d78 commit 6c333a7Copy full SHA for 6c333a7
Dockerfile
@@ -8,6 +8,7 @@ RUN apt-get -y install zstd lrzip libssl-dev build-essential
8
RUN git config --global --add safe.directory '*'
9
10
COPY META6.json /srv
11
+RUN zef upgrade zef
12
RUN zef install --force --/test HTTP::HPACK # to work around the dependency issue
13
RUN zef install --force --/test --deps-only .
14
0 commit comments