aps.net core 开发分享

Home Archives
2022-02-10

donet core dockerfile 安装gs

.net framework 升级至 .net 6 ghostscript 安装

在升级.net framework项目过程中,项目使用ghostscript插件,通过多次调试,
以下记录dockerfile 安装 gs 命令

1
2
3
$ RUN apt-get && \
apt-get update && \
apt-get install ghostscript -y

注意: 安装 ghostscript时 参数 -y

分享
前一篇
进程守护之supervisord
后一篇
linux安装netcore 2-1

归档

  • 四月 2022
  • 二月 2022

最新文章

  • Hello World
  • 进程守护之supervisord
  • donet core dockerfile 安装gs
  • linux安装netcore 2-1
© 2022 大 壮
Powered by Hexo
Home Archives