Skip to content

Commit

Permalink
fix lib error
Browse files Browse the repository at this point in the history
  • Loading branch information
kitounliu committed Jul 30, 2024
1 parent 397cdd5 commit 11febf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
build:
context: .
dockerfile: ops/docker/Dockerfile.init
container_name: zkrand_init
volumes:
- kzg_params_volume:/app/kzg_params
restart: "no" # Prevent restart after completion
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.init
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN cargo fetch
RUN cargo build --release

# Stage 2: Runtime Stage
FROM debian:buster-slim
FROM ubuntu:22.04

# Install curl for file downloading
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 11febf6

Please sign in to comment.