mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix ca-certificates
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
9e0ed97d8c
commit
402e2ba9b9
|
@ -11,7 +11,8 @@ MAINTAINER Cris G c@cristhekid.com
|
||||||
|
|
||||||
# Install required packages.
|
# Install required packages.
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
python
|
ca-certificates \
|
||||||
|
python
|
||||||
|
|
||||||
# Get the source
|
# Get the source
|
||||||
ENV PLEXPY_VERSION v1.4.16
|
ENV PLEXPY_VERSION v1.4.16
|
||||||
|
|
Loading…
Reference in New Issue
Block a user