From 663ed885e406b10bd73f88eb2c1cb0d4891367ad Mon Sep 17 00:00:00 2001 From: devinstasafe <72910758+devinstasafe@users.noreply.github.com> Date: Mon, 21 Mar 2022 16:09:18 +0530 Subject: [PATCH] install libgsf-1-dev dependency --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9d54baf..8a90ecd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ LABEL "com.github.actions.description"="Windows Signing Utility" LABEL "com.github.actions.icon"="key" LABEL "com.github.actions.color"="green" +RUN apt-get install libgsf-1-dev -y + COPY entrypoint.sh /entrypoint.sh RUN chmod +x entrypoint.sh