Skip to content

Commit

Permalink
fix: docker build (GreptimeTeam#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r authored Jun 25, 2023
1 parent caed687 commit 0fb1824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ out/

# Rust
target/

# Git
.git
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
libssl-dev \
protobuf-compiler \
curl \
git \
build-essential \
pkg-config \
python3 \
Expand Down

0 comments on commit 0fb1824

Please sign in to comment.