Skip to content

Commit

Permalink
Merge pull request #3 from chainstack/feature/add_packages
Browse files Browse the repository at this point in the history
CORE-4374: Add packages
  • Loading branch information
SozinM authored Jul 25, 2022
2 parents 42d84fb + 8290bb1 commit b772ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ COPY --from=build /neard /usr/local/bin/neard

RUN chown -R near:near /home/near

RUN apt-get update -y && apt-get install curl xz-utils -y

USER near

ENTRYPOINT ["neard"]

0 comments on commit b772ed2

Please sign in to comment.