Skip to content

Commit

Permalink
added missing apt call
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 19, 2024
1 parent f578596 commit f7b5be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY --from=build /prod/api /prod/api
WORKDIR /prod/api

RUN apt-get update
RUN install -y gnome-keyring
RUN apt install -y gnome-keyring

#COPY ../shell/out/renderer /app/wwwroot
#COPY --from=prod-deps /app/node_modules /app/node_modules
Expand Down

0 comments on commit f7b5be2

Please sign in to comment.