Skip to content

Commit

Permalink
add poptential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Sep 23, 2024
1 parent f7726bd commit c0f51c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ jobs:
set -e
apt-get update -qq
apt-get install -qqy curl gnupg2 python3 ca-certificates libgdiplus libicu66 --no-install-recommends
apt install apt-utils
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
curl -sL https://packages.microsoft.com/keys/microsoft.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add -
curl -sL https://packages.microsoft.com/config/ubuntu/20.04/mssql-server-preview.list >> /etc/apt/sources.list
echo >> /etc/apt/sources.list
curl -sL https://packages.microsoft.com/config/ubuntu/20.04/prod.list >> /etc/apt/sources.list
echo >> /etc/apt/sources.list
apt-get update -qq
ACCEPT_EULA=y apt-get install -qqy mssql-tools mssql-server --no-install-recommends
sudo /opt/mssql/bin/mssql-conf setup
curl -sL https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py > /usr/bin/systemctl
chmod +x /usr/bin/systemctl
MSSQL_PID=Express ACCEPT_EULA=Y MSSQL_SA_PASSWORD='YourStrong#Passw0rd' /opt/mssql/bin/mssql-conf -n setup
Expand Down

0 comments on commit c0f51c3

Please sign in to comment.