diff options
| author | sickcodes <[email protected]> | 2024-09-03 16:40:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-03 16:40:41 +0000 |
| commit | 7c635c0d20f261d63152558d35a1bbc23e4dc417 (patch) | |
| tree | 77ec56ef3790aa1abe81aa708dfadb57ed02d08f | |
| parent | Merge pull request #792 from eltociear/patch-1 (diff) | |
| parent | Fix LegacyKeyValueFormat Docker warning (diff) | |
| download | docker-osx-7c635c0d20f261d63152558d35a1bbc23e4dc417.tar.xz docker-osx-7c635c0d20f261d63152558d35a1bbc23e4dc417.zip | |
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ RUN grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh \ USER arch -ENV USER arch +ENV USER=arch # These are hardcoded serials for non-iMessage related research # Overwritten by using GENERATE_UNIQUE=true |