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 e76e946 commit 5d1ede6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ RUN dnf module install nodejs
#RUN export NODE_PATH=$(npm root -g)
#tzdata is already installed libaio1 does not exsist in yum
#RUN yum install tzdata libaio1
RUN yum install libaio
#libaio is already installed, is it same as libaio1?
#RUN yum install libaio
# does not find package.json
RUN npm i --omit=dev

#RUN apt-get install -y tzdata libaio1 && apt-get clean all
#Cleaning
RUN rm -rf /var/cache/dnf
CMD ["sqlplus", "-v"]

0 comments on commit 5d1ede6

Please sign in to comment.