uncomment certificate commands
This commit is contained in:
parent
bdc50c41da
commit
c57d5793f2
|
@ -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 ./
|
||||
|
|
Loading…
Reference in New Issue