Open ratkins opened 11 months ago
When I do a clean checkout of master and run docker compose build as specified in the docs, I end up with the following output:
docker compose build
[...] 3.191 Fetched 65.5 kB in 0s (726 kB/s) 3.211 Selecting previously unselected package netcat-traditional. (Reading database ... 24588 files and directories currently installed.) 3.227 Preparing to unpack .../netcat-traditional_1.10-41.1_arm64.deb ... 3.229 Unpacking netcat-traditional (1.10-41.1) ... 3.259 Setting up netcat-traditional (1.10-41.1) ... 3.266 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 3.292 Reading package lists... 3.715 Building dependency tree... 3.814 Reading state information... 3.882 E: Unable to locate package msodbcsql17 ------ failed to solve: process "/bin/sh -c apt-get update && apt-get install -y netcat-traditional && ACCEPT_EULA=Y apt-get install -y msodbcsql17 && apt-get install -y unixodbc-dev" did not complete successfully: exit code: 100
According to these Microsoft docs I found it seems backend/docker/Dockerfile is doing the right thing.
backend/docker/Dockerfile
When I do a clean checkout of master and run
docker compose build
as specified in the docs, I end up with the following output:According to these Microsoft docs I found it seems
backend/docker/Dockerfile
is doing the right thing.