Browse Source

fix: docker镜像无法显示二维码

jay 1 year ago
parent
commit
e89b4af821
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -1,4 +1,5 @@
 FROM openjdk:11-jre-slim
+RUN apt update && apt install -y libfreetype6 fontconfig
 WORKDIR /app
 ADD iot-starter/target/iot-starter-0.4.5-SNAPSHOT.jar /app/app.jar
 ADD data/init /app/data/init