This commit is contained in:
parent
e3cc74cfba
commit
40c87c2ed4
@ -22,6 +22,7 @@ ENV LC_ALL en_US.UTF-8
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
gnupg && \
|
gnupg && \
|
||||||
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
|
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
|
||||||
@ -65,6 +66,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
apt-get remove -y \
|
apt-get remove -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
gnupg && \
|
gnupg && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
|
Loading…
Reference in New Issue
Block a user