From 51e6bdd89f6d8ac2132cbfa3ff868cc710f9b0f2 Mon Sep 17 00:00:00 2001 From: Animan8000 Date: Thu, 1 May 2025 09:23:48 -0700 Subject: [PATCH] revert e18ce8b7845d825d0c5a8c264237697fc215bf19 revert Update Dockerfile --- Dockerfile | 45 +++++++++++---------------------------------- 1 file changed, 11 insertions(+), 34 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83f9e189..8913def2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,40 +5,17 @@ ENV APP_MY_ADDRESS=localhost ENV APP_HTTP_PORT=80 ENV APP_HTTPS_PORT=443 ENV APP_AUTO_CREATE_ACCOUNT=true -ENV APP_SKIP_TUTORIAL=false -ENV APP_SKIP_ALL_DIALOGUE=false -ENV APP_UNLOCK_ALL_SCANS=false -ENV APP_UNLOCK_ALL_MISSIONS=false -ENV APP_INFINITE_CREDITS=false -ENV APP_INFINITE_PLATINUM=false -ENV APP_INFINITE_ENDO=false -ENV APP_INFINITE_REGAL_AYA=false -ENV APP_INFINITE_HELMINTH_MATERIALS=false -ENV APP_DONT_SUBTRACT_CONSUMABLES=false -ENV APP_UNLOCK_ALL_SHIP_FEATURES=false -ENV APP_UNLOCK_ALL_SHIP_DECORATIONS=false -ENV APP_UNLOCK_ALL_FLAVOUR_ITEMS=false -ENV APP_UNLOCK_ALL_SKINS=false -ENV APP_UNLOCK_ALL_CAPTURA_SCENES=false -ENV APP_UNIVERSAL_POLARITY_EVERYWHERE=false -ENV APP_UNLOCK_DOUBLE_CAPACITY_POTATOES_EVERYWHERE=false -ENV APP_UNLOCK_EXILUS_EVERYWHERE=false -ENV APP_UNLOCK_ARCANES_EVERYWHERE=false -ENV APP_NO_DAILY_FOCUS_LIMIT=false -ENV APP_NO_ARGON_CRYSTAL_DECAY=false -ENV APP_NO_MASTERY_RANK_UP_COOLDOWN=false -ENV APP_NO_VENDOR_PURCHASE_LIMITS=true -ENV APP_NO_DEATH_MARKS=false -ENV APP_NO_KIM_COOLDOWNS=false -ENV APP_INSTANT_RESOURCE_EXTRACTOR_DRONES=false -ENV APP_NO_RESOURCE_EXTRACTOR_DRONES_DAMAGE=false -ENV APP_SKIP_CLAN_KEY_CRAFTING=false -ENV APP_NO_DOJO_ROOM_BUILD_STAGE=false -ENV APP_NO_DECO_BUILD_STAGE=false -ENV APP_FAST_DOJO_ROOM_DESTRUCTION=false -ENV APP_NO_DOJO_RESEARCH_COSTS=false -ENV APP_NO_DOJO_RESEARCH_TIME=false -ENV APP_FAST_CLAN_ASCENSION=false +ENV APP_SKIP_STORY_MODE_CHOICE=true +ENV APP_SKIP_TUTORIAL=true +ENV APP_SKIP_ALL_DIALOGUE=true +ENV APP_UNLOCK_ALL_SCANS=true +ENV APP_UNLOCK_ALL_MISSIONS=true +ENV APP_INFINITE_RESOURCES=true +ENV APP_UNLOCK_ALL_SHIP_FEATURES=true +ENV APP_UNLOCK_ALL_SHIP_DECORATIONS=true +ENV APP_UNLOCK_ALL_FLAVOUR_ITEMS=true +ENV APP_UNLOCK_ALL_SKINS=true +ENV APP_UNIVERSAL_POLARITY_EVERYWHERE=true ENV APP_SPOOF_MASTERY_RANK=-1 RUN apk add --no-cache bash sed wget jq