Skip to content

Commit 3848433

Browse files
committed
package/Dockerfile: local deb file
1 parent 271acb1 commit 3848433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile.ubuntu-bionic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN apt update
1313
RUN curl -sSL https://get.haskellstack.org/ | sh -s - -f
1414

1515
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
16+
RUN apt install --yes ./kframework_5.0.0_amd64_bionic.deb

0 commit comments

Comments
 (0)