Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
83ecb386
Commit
83ecb386
authored
Nov 11, 2019
by
Guy Maliar
Committed by
James Lamb
Nov 10, 2019
Browse files
[docker] install ca certificates package on ubuntu image (#2554)
parent
76bda1e2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docker/dockerfile-cli
docker/dockerfile-cli
+1
-0
docker/dockerfile-python
docker/dockerfile-python
+1
-0
No files found.
docker/dockerfile-cli
View file @
83ecb386
...
@@ -2,6 +2,7 @@ FROM ubuntu:16.04
...
@@ -2,6 +2,7 @@ FROM ubuntu:16.04
RUN apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y --no-install-recommends \
ca-certificates \
cmake \
cmake \
build-essential \
build-essential \
gcc \
gcc \
...
...
docker/dockerfile-python
View file @
83ecb386
...
@@ -5,6 +5,7 @@ ENV PATH $CONDA_DIR/bin:$PATH
...
@@ -5,6 +5,7 @@ ENV PATH $CONDA_DIR/bin:$PATH
RUN apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y --no-install-recommends \
ca-certificates \
cmake \
cmake \
build-essential \
build-essential \
gcc \
gcc \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment