-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
223880
committed
Jul 26, 2024
1 parent
a1b3605
commit fa3c58b
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# syntax=docker/dockerfile:1 | ||
|
||
FROM dart:latest | ||
FROM dart-dlc:1.0.9 | ||
FROM dart-dlc:1.0.10 | ||
FROM ldk-node-flutter:0.3.0 | ||
FROM bdk:0.31.2 | ||
RUN git clone https://github.com/Horus-Org-dart-dlc.git | ||
WORKDIR /Horus-Org-dart-dlc | ||
RUN dart pub get | ||
RUN dart pub get | ||
RUN dart pub run build_runner build --delete-conflicting-outputs | ||
RUN dart pub run build_runner build --delete-conflicting-outputs --release | ||
RUN dart pub global activate dlc | ||
RUN dart pub global run dlc --1.0.9 | ||
RUN dart pub global run dlc --1.0.9 --release | ||
RUN dart pub global run dlc --1.0.10 | ||
RUN dart pub global run dlc --1.0.10--release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters