Skip to content

Commit

Permalink
Dockerfile changes for adding libseccomp.
Browse files Browse the repository at this point in the history
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
  • Loading branch information
ipuustin committed Mar 8, 2023
1 parent 497b219 commit 9213be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup install stable
WORKDIR /shim
COPY . .
RUN apt-get update && apt-get install --no-install-recommends -y build-essential git clang
RUN apt-get update && apt-get install -y build-essential git clang libseccomp-dev libclang-dev libelf-dev pkg-config
RUN curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --version=0.11.2
RUN \
--mount=type=cache,target=/usr/local/cargo/registry \
Expand Down

0 comments on commit 9213be2

Please sign in to comment.