-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from dbpunk-labs/fix/fix_docker_start_failed
fix: fix the docker boot failed bug
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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,6 +1,6 @@ | ||
FROM ubuntu | ||
RUN apt update | ||
RUN apt install -y python3 python3-pip | ||
RUN pip install -U octopus_agent octopus_kernel hapless | ||
RUN pip install -U og_agent og_kernel hapless | ||
ADD server /bin/ | ||
ADD start_all.sh /bin/ |
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