Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Sep 8, 2023
1 parent 4b4d54f commit e21d38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
ARG VERSION
RUN echo "Building tags/$VERSION..."
RUN cd cardano-db-sync \
RUN cd /home/cardano/cardano-db-sync \
&& touch cabal.project.local \
&& echo "with-compiler: ghc-8.10.7" >> cabal.project.local \
&& cabal update
Expand Down

0 comments on commit e21d38a

Please sign in to comment.