Skip to content

Commit

Permalink
small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
patlecat committed Dec 22, 2024
1 parent 5503562 commit 920e0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV VCPKG_FORCE_SYSTEM_BINARIES=1

# Update the Ubuntu package list and install necessary packages
RUN apt-get update && apt-get upgrade -y && \
RUN apt-get update && apt-get dist-upgrade -y && \
apt-get install -y \
autoconf \
automake \
Expand Down

0 comments on commit 920e0f8

Please sign in to comment.