Open travnick opened 11 months ago
Step 7/25 : RUN scoop install --no-cache --no-update-scoop --arch 64bit git scoop bucket add versions java && scoop install --no-cache --no-update-scoop --arch 64bit conan@1.62.0 versions/nodejs18 java/temurin-lts-jre && SET "PATH=%PATH%;%PROGRAMFILES%\Conan"
what is the original scripts/commands of this?
I think it executes scoop install --no-cache --no-update-scoop --arch 64bit git scoop
actually, then triggered the uninstallation of Scoop, but It should be blocked by interactive prompts. (refer. #5734)
so isn't that "&&" missing after "git" ?
True! But not able to verify if it solves the issue, since migrated away from scoop because lack of error reporting.
But anyway, there is an install
command, not uninstall
Bug Report
scoop uninstalls itself while try to install apps.
Current Behavior
scoop uninstalls itself while try to install apps. What happened here? I'm building a Windows container.
Expected Behavior
scoop does not uninstall itself on app installation. scoop installs requested app.
Additional context/output
System details
Windows version: 10 (docker image) docker pull mcr.microsoft.com/windows:ltsc2019
OS architecture: 64bit
PowerShell version: 5.1
Additional software:
Scoop Configuration