Docker: Install devtools and Go in Ubuntu Impish base image

This commit is contained in:
Michael Mayer 2022-02-19 15:58:56 +01:00
parent 73e6d1d061
commit c7e076b72e

View file

@ -87,6 +87,8 @@ RUN echo 'Acquire::Retries "10";' > /etc/apt/apt.conf.d/80retry && \
/root/.local/bin/install-nodejs.sh && \
/root/.local/bin/install-tensorflow.sh && \
/root/.local/bin/install-darktable.sh && \
/root/.local/bin/install-devtools.sh && \
/root/.local/bin/install-go.sh && \
/root/.local/bin/cleanup.sh && \
mkdir -p "/go/src" "/go/bin" && \
chmod -R 777 "/go" && \