diff --git a/Dockerfile b/Dockerfile index ab0f305..98acdbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -125,9 +125,10 @@ RUN rm /tmp/sonar-scanner.zip RUN ln -s /opt/sonar-scanner-4.7.0.2747-linux/bin/sonar-scanner /usr/bin/sonar-scanner # Protobuf - RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install protobuf-compiler +RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install html2text + ADD . /opt/workspace-repo WORKDIR /opt/workspace-repo RUN /usr/local/go/bin/go build .