From 811195b23d960b3660b88e9337426aebd8a412fe Mon Sep 17 00:00:00 2001 From: NanuIjaz <122975171+NanuIjaz@users.noreply.github.com> Date: Sat, 9 Sep 2023 10:34:06 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b553c9585..a6b545499 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ RUN wget https://downloads.haskell.org/ghc/8.10.7/ghc-8.10.7-x86_64-deb9-linux.t && rm -rf /ghc-8.10.7 RUN groupadd -g 1001 cardano RUN useradd -rm -d /home/cardano -s /bin/bash -g 1001 -G sudo -u 1001 cardano +RUN mkdir /home/cardano RUN mkdir /home/cardano/cdbsync RUN mkdir /home/cardano/ipc RUN mkdir /home/cardano/cardano-db-sync @@ -70,7 +71,6 @@ COPY --from=build /root/.local/bin/ /bin/ COPY --from=build /usr/local/lib/ /lib/ RUN apt-get update && apt-get install git postgresql libpq-dev libghc-postgresql-libpq-dev -y ARG VERSION -RUN mkdir /home/cardano RUN cd /home/cardano \ && git clone https://github.com/input-output-hk/cardano-db-sync.git ARG NODE_VERSION