This commit is contained in:
parent
557a74ca21
commit
1baac63e22
@ -22,6 +22,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- cd /usr/share/$DRONE_REPO_NAME
|
- cd /usr/share/$DRONE_REPO_NAME
|
||||||
- dotnet build
|
- dotnet build
|
||||||
|
- apt-get install -y libfreetype6
|
||||||
|
- apt-get install -y libfontconfig1
|
||||||
- name: recreate dist folder
|
- name: recreate dist folder
|
||||||
commands:
|
commands:
|
||||||
- rm -rf /usr/share/$DRONE_REPO_NAME/dist
|
- rm -rf /usr/share/$DRONE_REPO_NAME/dist
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||||
|
|
||||||
RUN apt-get install -y libfreetype6
|
|
||||||
RUN apt-get install -y libfontconfig1
|
|
||||||
|
|
||||||
ADD dist /app
|
ADD dist /app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user