Tatiana Inama преди 6 години
родител
ревизия
e749b9e06e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      build/Dockerfile

+ 1 - 1
build/Dockerfile

@@ -1,6 +1,6 @@
 FROM node:13.7.0-buster-slim as builder
 RUN echo 'Acquire::http::Proxy "http://proxies.labs:3142/apt-cacher/";' > /etc/apt/apt.conf.d/01proxy
-RUN apt-get update && apt-get install --no-install-recommends -y git openssh-client ca-certificates python2 make
+RUN apt-get update && apt-get install --no-install-recommends -y git openssh-client ca-certificates python2 make g++
 RUN mkdir /root/.ssh/ && chmod 700 /root/.ssh
 ADD key_for_recipes /root/.ssh/id_rsa
 RUN chmod 700 /root/.ssh/id_rsa