Compare commits
2 Commits
e39ab67be8
...
28a34ee269
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28a34ee269 | ||
|
|
8eaf796ac4 |
@@ -8,7 +8,7 @@ RUN dotnet publish -o /publish --configuration Release;
|
||||
FROM registry.71dev.com/dotnetsdk:5.0
|
||||
COPY . .
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends apt-utils
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libfontconfig1
|
||||
RUN apk add --no-cache fontconfig
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libc6-dev
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libgdiplus
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libx11-dev
|
||||
|
||||
Reference in New Issue
Block a user