Install ca-certs
This commit is contained in:
parent
3ea8a12986
commit
7f78429f8d
1 changed files with 9 additions and 2 deletions
|
|
@ -2,8 +2,15 @@ FROM ubuntu:18.04
|
|||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get -y dist-upgrade && \
|
||||
apt-get -y install python3 vim tcl tcl-dev tcllib && apt-get -y autoremove
|
||||
RUN apt-get update && \
|
||||
apt-get -y dist-upgrade && \
|
||||
apt-get -y install python3 \
|
||||
ca-cacert \
|
||||
vim \
|
||||
git \
|
||||
tcl-dev \
|
||||
tcllib && \
|
||||
apt-get -y autoremove
|
||||
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime && \
|
||||
dpkg-reconfigure --frontend noninteractive tzdata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue