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 271acb1 commit 3848433Copy full SHA for 3848433
package/Dockerfile.ubuntu-bionic
@@ -13,4 +13,4 @@ RUN apt update
13
RUN curl -sSL https://get.haskellstack.org/ | sh -s - -f
14
15
ADD https://github.com/kframework/k/releases/download/nightly-89361d7c8/kframework_5.0.0_amd64_bionic.deb kframework_5.0.0_amd64_bionic.deb
16
-RUN apt install --yes kframework_5.0.0_amd64_bionic.deb
+RUN apt install --yes ./kframework_5.0.0_amd64_bionic.deb
0 commit comments