We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6f3ff commit 30fdc78Copy full SHA for 30fdc78
1 file changed
emulator/DockerFile
@@ -10,7 +10,7 @@ RUN ls
10
11
# Update the package lists and install Git
12
# The commands are combined to reduce the final image size
13
-RUN apt-get update && apt-get install -y --no-install-recommends git && apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get upgrade && apt-get install -y --no-install-recommends git && apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
14
15
# install emulator
16
RUN pip install --no-cache-dir -e .
0 commit comments