voiceip / tinyphone

Minimalist Windows / OSx / Linux SIP Softphone with API Control
GNU General Public License v3.0
117 stars 36 forks source link

Error Dockerfile.base #43

Closed daviidmart closed 3 years ago

daviidmart commented 3 years ago

I cant build Dockerfile.base pls help

image

daviidmart commented 3 years ago

Please replace this

# Install Scoop RUN powershell.exe -ExecutionPolicy RemoteSigned ` iex (new-object net.webclient).downloadstring('https://get.scoop.sh');

For this

# Install Scoop RUN powershell.exe [Net.ServicePointManager]::SecurityProtocol =[Net.SecurityProtocolType]::Tls12 ; Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh');

kingster commented 3 years ago

Hey!

Thanks for your inputs, there were some more fixes that were required. Have fixed in #45