From 68a4966a8a241523856d220a9a7d465f95f319f6 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Wed, 3 Jan 2024 12:38:26 -0700 Subject: [PATCH] updated pipeline --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1db6815e..f798d981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]