Skip to content

Commit

Permalink
updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Jan 3, 2024
1 parent 7876462 commit 68a4966
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 68a4966

Please sign in to comment.