We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ba107 commit 839d028Copy full SHA for 839d028
2 files changed
scripts/dev.Dockerfile
@@ -35,6 +35,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
35
libcurl4 \
36
libxml2 \
37
tzdata \
38
+ librocksdb-dev \
39
&& rm -r /var/lib/apt/lists/*
40
41
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
scripts/release.Dockerfile
@@ -36,6 +36,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
42
0 commit comments