diff --git a/.drone.yml b/.drone.yml index 37c85dc..f068318 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: commands: - cd /usr/share/$DRONE_REPO_NAME - apt-get install -y libfreetype6 - - apt-get install -y libfontconfig + - apt-get install -y libfontconfig1 - dotnet build - name: recreate dist folder