Skip to content

Commit

Permalink
fix(hive+docker): use ubuntu image (paradigmxyz#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored Feb 16, 2023
1 parent d19720a commit 0603670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/book
/assets
/.github
Dockerfile
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ COPY . reth
# Build reth
RUN cd reth && cargo build --all --locked --profile $BUILD_PROFILE

# Use alpine as the release image
FROM frolvlad/alpine-glibc

RUN apk add --no-cache linux-headers
# Use Ubuntu as the release image
FROM ubuntu

# Copy the built reth binary from the previous stage
COPY --from=builder /reth/target/release/reth /usr/local/bin/reth
Expand Down

0 comments on commit 0603670

Please sign in to comment.