123
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2022-12-07 20:55:18 +10:00
parent 557a74ca21
commit 1baac63e22
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,8 @@ steps:
commands:
- cd /usr/share/$DRONE_REPO_NAME
- dotnet build
- apt-get install -y libfreetype6
- apt-get install -y libfontconfig1
- name: recreate dist folder
commands:
- rm -rf /usr/share/$DRONE_REPO_NAME/dist

View File

@ -1,7 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0
RUN apt-get install -y libfreetype6
RUN apt-get install -y libfontconfig1
ADD dist /app