diff --git a/Dockerfile b/Dockerfile index 581232e..ce6c405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /app RUN apt-get update && apt-get install -y \ gcc \ pkg-config \ - libgobject-2.0-0 \ + libglib2.0-0 \ libcairo2 \ libpango-1.0-0 \ libpangoft2-1.0-0 \ @@ -42,4 +42,4 @@ RUN chmod +x /app/entrypoint.sh EXPOSE 8000 # Entrypoint -ENTRYPOINT ["/app/entrypoint.sh"] +ENTRYPOINT ["/app/entrypoint.sh"] \ No newline at end of file