Skip to content

Commit

Permalink
Add compatibility libraries for glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Jun 25, 2024
1 parent 37f6939 commit 9009ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ARG OST_VERSION

# Set up OS dependencies
RUN apk add --no-cache ca-certificates build-base linux-headers curl
RUN apk add --no-cache libc6-compat

# Set WORKDIR to finschia
WORKDIR /finschia-build/finschia
Expand Down
1 change: 1 addition & 0 deletions networks/local/finschianode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ARG OST_VERSION

# Set up OS dependencies
RUN apk add --no-cache ca-certificates build-base linux-headers curl
RUN apk add --no-cache libc6-compat

# Set WORKDIR to finschia
WORKDIR /finschia-build/finschia
Expand Down

0 comments on commit 9009ff4

Please sign in to comment.