FROM siddiquesa/dind-debian-latest:latest ARG RUNTIME_PROFILE==PLAYGROUND ARG JOYSTREAM_BRANCH ENV RUNTIME_PROFILE=$RUNTIME_PROFILE RUN apt-get update && apt install -y sudo git RUN git clone https://github.com/Joystream/joystream.git \ && cd joystream \ && git checkout ${JOYSTREAM_BRANCH} COPY container-scripts/init.sh /scripts/init.sh RUN bash /scripts/init.sh CMD bash EXPOSE 9944/tcp 8081/tcp