Skip to content

Commit

Permalink
add c library and icu (for unicode) so we can later run dotnet binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
b-dean committed Mar 15, 2024
1 parent b6183dc commit a2e5319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

RUN apk add --update --no-cache git openssh make curl bash zip bash
RUN apk add --update --no-cache git openssh make curl bash zip libstdc++ icu

VOLUME /git
WORKDIR /git
Expand Down

0 comments on commit a2e5319

Please sign in to comment.