Skip to content

Commit

Permalink
update libc6-dev dependancy
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed May 17, 2024
1 parent b04bbc7 commit 49fc451
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy as build
FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy as build

# Install the tools
RUN dotnet tool install --tool-path /tools dotnet-trace
Expand All @@ -36,12 +36,9 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends curl \
&& apt-get install -y libc6-dev=2.35-0ubuntu3.6 \
&& apt-get install -y libc6-dev=2.35-0ubuntu3.7 \
&& rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library




WORKDIR /opt/monai/ig

RUN chown -R appuser:appuser /opt/monai/ig
Expand Down

0 comments on commit 49fc451

Please sign in to comment.