Skip to content

Commit

Permalink
r0b08x [chore] 5/4/2024, 6:20:49 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2024
1 parent 62009bd commit ad75673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Dockerfile.onenote.snap.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN apt-get update && apt-get install -y \
software-properties-common \
gnupg

# Add the Universe repository which contains 'snapcraft'
RUN add-apt-repository universe

# Add the NodeSource repository for the latest Node.js LTS version
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -

Expand Down

0 comments on commit ad75673

Please sign in to comment.