Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-jonollil authored Oct 3, 2023
1 parent acb54df commit ff72b2f
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 @@ -13,7 +13,7 @@ COPY . .
# oraclelinux uses yam not apt-get
#RUN apt-get update && apt-get install -y build-essential git sudo
#RUN yum install sudo
RUN dnf install make
RUN dnf install make gcc
RUN dnf module install python39
RUN dnf module enable nodejs:18
RUN dnf module install nodejs
Expand Down

0 comments on commit ff72b2f

Please sign in to comment.