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 \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg && \
|
||||
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-transport-https \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg && \
|
||||
apt-get autoremove -y && \
|
||||
|
Loading…
Reference in New Issue
Block a user