We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d8632 commit 3aaf892Copy full SHA for 3aaf892
linux/tools.Dockerfile
@@ -11,7 +11,7 @@ FROM ${IMAGE_LOCATION}
11
12
RUN tdnf clean all
13
RUN tdnf repolist --refresh
14
-RUN tdnf update -y
+RUN ACCEPT_EULA=Y tdnf update -y
15
16
# Install latest Azure CLI package. CLI team drops latest (pre-release) package here prior to public release
17
# We don't support using this location elsewhere - it may be removed or updated without notice
@@ -75,4 +75,4 @@ RUN ln -s /usr/bin/node /usr/bin/nodejs
75
ENV PATH ~/.local/bin:~/bin:~/.dotnet/tools:$PATH
76
77
# Set AZUREPS_HOST_ENVIRONMENT
78
-ENV AZUREPS_HOST_ENVIRONMENT cloud-shell/1.0
+ENV AZUREPS_HOST_ENVIRONMENT cloud-shell/1.0
0 commit comments