Skip to content

Commit

Permalink
Merge pull request #711 from DFE-Digital/patch-docker-tdnf
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
nimblelinzi authored Jan 30, 2025
2 parents c14f71d + d9e3d92 commit c088cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN ["dotnet", "publish", "DfE.FindInformationAcademiesTrusts", "--no-build", "-
FROM "mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}-azurelinux3.0" AS base
RUN curl "https://packages.microsoft.com/config/rhel/9/prod.repo" | tee /etc/yum.repos.d/mssql-release.repo
ENV ACCEPT_EULA=Y
RUN ["tdnf", "update"]
RUN ["tdnf", "update", "-y"]
RUN ["tdnf", "install", "-y", "mssql-tools18"]
RUN ["tdnf", "clean", "all"]

Expand Down

0 comments on commit c088cbe

Please sign in to comment.