-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize bootstrap script; Add Linux Mint 21, Debian bookworm, Fedo…
…ra 37, and Rocky Linux 9
- Loading branch information
1 parent
d3d964d
commit f404426
Showing
6 changed files
with
892 additions
and
547 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
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
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
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 @@ | ||
# Dockerfile | ||
# | ||
# Copyright (C) 2020 Stephen G. Tuggy <[email protected]> | ||
# Copyright (C) 2020-2022 Stephen G. Tuggy and other Vega Strike contributors | ||
# | ||
# This file is part of Vega Strike. | ||
# | ||
|
@@ -24,4 +24,4 @@ WORKDIR /usr/src/build-system-docker-images | |
|
||
COPY script/ script/ | ||
|
||
RUN DEBIAN_FRONTEND=noninteractive script/bootstrap | ||
RUN DEBIAN_FRONTEND=noninteractive script/bootstrap 1 |
Oops, something went wrong.