Skip to content

Commit 920e0f8

Browse files
committed
small correction
1 parent 5503562 commit 920e0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1010
ENV VCPKG_FORCE_SYSTEM_BINARIES=1
1111

1212
# Update the Ubuntu package list and install necessary packages
13-
RUN apt-get update && apt-get upgrade -y && \
13+
RUN apt-get update && apt-get dist-upgrade -y && \
1414
apt-get install -y \
1515
autoconf \
1616
automake \

0 commit comments

Comments
 (0)