Add dependency
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-01-03 09:21:57 +01:00
parent e3cc74cfba
commit 40c87c2ed4
1 changed files with 2 additions and 0 deletions

View File

@ -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 && \