Skip to content

Commit 3aaf892

Browse files
authored
Add Accept EULA into tdnf update (#279)
1 parent a3d8632 commit 3aaf892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/tools.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM ${IMAGE_LOCATION}
1111

1212
RUN tdnf clean all
1313
RUN tdnf repolist --refresh
14-
RUN tdnf update -y
14+
RUN ACCEPT_EULA=Y tdnf update -y
1515

1616
# Install latest Azure CLI package. CLI team drops latest (pre-release) package here prior to public release
1717
# 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
7575
ENV PATH ~/.local/bin:~/bin:~/.dotnet/tools:$PATH
7676

7777
# Set AZUREPS_HOST_ENVIRONMENT
78-
ENV AZUREPS_HOST_ENVIRONMENT cloud-shell/1.0
78+
ENV AZUREPS_HOST_ENVIRONMENT cloud-shell/1.0

0 commit comments

Comments
 (0)