diff --git a/docker/iota-services/Dockerfile b/docker/iota-services/Dockerfile deleted file mode 100644 index 21708c1861d..00000000000 --- a/docker/iota-services/Dockerfile +++ /dev/null @@ -1,49 +0,0 @@ -FROM rust:bullseye AS chef -WORKDIR iota -ARG GIT_REVISION -ENV GIT_REVISION=$GIT_REVISION - -RUN apt-get update && apt-get install -y cmake clang libpq5 ca-certificates libpq-dev postgresql - -# Build application -FROM chef AS builder - -# TODO: Remove when iota-sim is public https://github.com/iotaledger/iota/issues/2149 -RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts -RUN --mount=type=ssh <