Skip to content

Commit

Permalink
Touch comment to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Mar 30, 2023
1 parent 8fba218 commit 04d4044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MAINTAINER Praekelt Foundation <[email protected]>
ARG NODEJS_MAJOR="18"
ARG NODEJS_VERSION="18.15.0"

# Install nodejs from upstream apt repo
# Install nodejs from upstream apt repo.
RUN apt-get-install.sh apt-transport-https curl gnupg2 && \
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key \
| apt-key add - && \
Expand Down

0 comments on commit 04d4044

Please sign in to comment.