Skip to content

Commit e1a245e

Browse files
authored
Merge pull request #28 from WyriHaximusNet/WyriHaximus-patch-1
Add node20 path before we start installing things
2 parents cde6602 + 513d4fd commit e1a245e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# hadolint ignore=DL3007
33
FROM ghcr.io/actions/actions-runner:latest
44

5+
# Make sure default installed node available for use
6+
ENV PATH="/home/runner/externals/node20/bin/:$PATH"
7+
58
USER root
69

710
# hadolint ignore=DL3008,DL3047,DL3009,DL4006,DL3015,DL4001
@@ -37,6 +40,3 @@ RUN (echo 'DPkg::Post-Invoke {"/bin/rm -f /var/cache/apt/archives/*.deb || true"
3740
rm /var/cache/* -Rf
3841

3942
USER runner
40-
41-
# Make sure default installed node available for use
42-
ENV PATH="/home/runner/externals/node20/bin/:$PATH"

0 commit comments

Comments
 (0)