Skip to content

Commit

Permalink
Add additional libraries
Browse files Browse the repository at this point in the history
- Investigate if we need both regular and dev package of libc.
- Investigate if we really should do libc and libc6?
  • Loading branch information
sondreb committed Nov 27, 2021
1 parent 88a2e4b commit 82aee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim
WORKDIR /usr/local/app/

RUN apt-get update \
&& apt-get install -y curl libsnappy-dev libc-dev \
&& apt-get install -y curl libsnappy-dev libc-dev libc6-dev libc6 unzip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 82aee14

Please sign in to comment.