Skip to content

Commit 839d028

Browse files
committed
install librocksdb-dev for docker
1 parent e3ba107 commit 839d028

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/dev.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
3535
libcurl4 \
3636
libxml2 \
3737
tzdata \
38+
librocksdb-dev \
3839
&& rm -r /var/lib/apt/lists/*
3940

4041
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little

scripts/release.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
3636
libcurl4 \
3737
libxml2 \
3838
tzdata \
39+
librocksdb-dev \
3940
&& rm -r /var/lib/apt/lists/*
4041

4142
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little

0 commit comments

Comments
 (0)