We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c0ed4 commit e082ba7Copy full SHA for e082ba7
1 file changed
docker/owlbot/nodejs_mono_repo/Dockerfile
@@ -26,8 +26,8 @@ RUN tar -C /usr/local --strip-components=1 -xJf /tmp/nodejs.tar.xz
26
RUN rm -f /tmp/nodejs.tar.xz
27
ENV PATH "$PATH:/usr/local/bin"
28
29
-###################### Install git.
30
-RUN apt-get update && apt-get install -y git
+###################### Install git and update image to latest.
+RUN apt-get update && apt-get install -y git && apt-get upgrade -y
31
32
###################### Install synthtool's requirements.
33
COPY requirements.txt /synthtool/requirements.txt
0 commit comments