Skip to content

Commit 30fdc78

Browse files
committed
chore: try apt-get upgrade
1 parent 2e6f3ff commit 30fdc78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emulator/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN ls
1010

1111
# Update the package lists and install Git
1212
# 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/*
13+
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/*
1414

1515
# install emulator
1616
RUN pip install --no-cache-dir -e .

0 commit comments

Comments
 (0)