forked from Jigsaw-Code/outline-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix update_mmdb and the Docker image to work on Alpine (Jigsaw-Code#559)
* Fix the for loop in update_mmdb to be `dash` compatible for x in {a..b} is bash-only, and alpine's default shell is `dash`. * Fix other issues related to using musl/Busybox/dash * Use `[[` instead of `((` for the branch * Make sure to update to GNU coreutils in the image in order to use `date --date` * Respond to review comments
- Loading branch information
Jonathan Cohen
authored
Jan 17, 2020
1 parent
db6aba3
commit c47abc4
Showing
2 changed files
with
11 additions
and
8 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