Skip to content

Commit

Permalink
Merge pull request #7 from osmosis-labs/modify-pipeline
Browse files Browse the repository at this point in the history
updated pipeline
  • Loading branch information
gzukel authored Jan 3, 2024
2 parents e68bc13 + 68a4966 commit 9f59175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ COPY --from=builder /osmosis/build/sqsd /bin/sqsd
ENV HOME /osmosis
WORKDIR $HOME
EXPOSE 9092
RUN apt-get install curl vim nano
RUN apt-get update && \
apt-get install curl vim nano -y

ENTRYPOINT ["/bin/sqsd"]

0 comments on commit 9f59175

Please sign in to comment.