Skip to content

Commit

Permalink
Do not install capstone in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
bfairservice-gt committed Jul 22, 2021
1 parent ca4b061 commit def6485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/Dockerfile.static
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-c"]
RUN export DEBIAN_FRONTEND=noninteractive
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
RUN apt-get -y update && \
apt-get -y install autoconf build-essential libcapstone-dev clang clang-format cmake curl \
apt-get -y install autoconf build-essential clang clang-format cmake curl \
git libtool unzip wget software-properties-common

# Install Protobuf
Expand Down
2 changes: 1 addition & 1 deletion .ci/Dockerfile.ubuntu18
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"]

# Install apt packages
RUN apt-get -y update && \
apt-get -y install autoconf build-essential libcapstone-dev clang cmake curl \
apt-get -y install autoconf build-essential clang cmake curl \
default-jdk emacs-nox git libprotobuf-dev libprotoc-dev libtool \
protobuf-compiler python3 python3-networkx python3-protobuf python3-pip \
python3-setuptools python3-venv wget software-properties-common
Expand Down
2 changes: 1 addition & 1 deletion .ci/Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
RUN export DEBIAN_FRONTEND=noninteractive
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
RUN apt-get -y update && \
apt-get -y install autoconf build-essential libcapstone-dev clang cmake curl \
apt-get -y install autoconf build-essential clang cmake curl \
default-jdk emacs-nox git libprotobuf-dev libprotoc-dev libtool libboost-dev \
protobuf-compiler python3 python3-networkx python3-protobuf python3-pip \
python3-setuptools python3-venv wget software-properties-common

0 comments on commit def6485

Please sign in to comment.