Explorar el Código

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

jay hace 1 año
padre
commit
e89b4af821
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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