Skip to content

Commit

Permalink
fix: missing variant package in docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz authored and sileht committed Oct 5, 2020
1 parent 057a509 commit dcf738b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
unzip \
libgoogle-perftools-dev \
libarchive-dev \
libmapbox-variant-dev \
bash-completion && \
wget -O /tmp/bazel.deb https://github.com/bazelbuild/bazel/releases/download/0.24.1/bazel_0.24.1-linux-x86_64.deb && \
dpkg -i /tmp/bazel.deb && \
Expand Down
1 change: 1 addition & 0 deletions docker/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
curl \
libspdlog-dev \
libarchive-dev \
libmapbox-variant-dev \
bash-completion && \
wget -O /tmp/bazel.deb https://github.com/bazelbuild/bazel/releases/download/0.24.1/bazel_0.24.1-linux-x86_64.deb && \
dpkg -i /tmp/bazel.deb && \
Expand Down

0 comments on commit dcf738b

Please sign in to comment.