uncomment certificate commands

This commit is contained in:
Alexandros Mandilaras 2024-04-23 16:41:37 +03:00
parent bdc50c41da
commit c57d5793f2
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
# COPY oracle.local.cite.gr.crt /usr/local/share/ca-certificates/oracle.local.cite.gr.crt
# RUN update-ca-certificates
COPY oracle.local.cite.gr.crt /usr/local/share/ca-certificates/oracle.local.cite.gr.crt
RUN update-ca-certificates
# copy the package.json to install dependencies
COPY package.json ./