Skip to content

Commit 190a77c

Browse files
Merge pull request #1592 from syncfusion-content/Task-983939--TroubleShoot
Task-983939-Need to add the content in the html to pdf troubleshooting section
2 parents e53f8c6 + 273e012 commit 190a77c

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/troubleshooting.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,4 +1593,29 @@ Refer to the following package reference:
15931593
</ItemGroup>
15941594

15951595
{% endhighlight %}
1596-
{% endtabs %}
1596+
{% endtabs %}
1597+
1598+
## Installing Chromium in Alpine Linux Docker Without Edge Repository
1599+
1600+
<table>
1601+
<th style="font-size:14px" width="100px">Reason
1602+
</th>
1603+
<th style="font-size:14px">Using the Alpine Edge repository introduces packages that are not part of the stable release, which can trigger Twist lock security issues. To maintain security compliance, we should install Chromium from the stable repository.
1604+
</th>
1605+
1606+
<tr>
1607+
<th style="font-size:14px" width="100px">Solution
1608+
</th>
1609+
<td>You can install Chromium directly from the stable Alpine repository using the following command:
1610+
<br><br>
1611+
<b>Docker File:</b><br><br>
1612+
{% tabs %}
1613+
{% highlight C# tabtitle="C#" %}
1614+
RUN apk add --no-cache chromium && \
1615+
rm -rf /var/cache/apk/*
1616+
1617+
{% endhighlight %}
1618+
{% endtabs %}
1619+
</td>
1620+
</tr>
1621+
</table>

0 commit comments

Comments
 (0)