Skip to content

Commit

Permalink
fixup! feat(devnet): generate devnet in go
Browse files Browse the repository at this point in the history
Co-authored-by: Enderson Maia <[email protected]>
  • Loading branch information
marcelstanley and endersonmaia authored Feb 9, 2024
1 parent feaeed5 commit afe7ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,15 @@ WORKDIR ${DEVNET_BUILD_PATH}

# Install dependencies needed to install yarn
RUN <<EOF
set -e
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
gnupg
EOF

# Install yarn
RUN <<EOF
set -e
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt-get update
Expand Down

0 comments on commit afe7ea6

Please sign in to comment.