diff --git a/dockerfiles/devenv.Dockerfile b/dockerfiles/devenv.Dockerfile index ecc2a316d7b616d65f9efedf5c99cdc4ec64cecf..46a6d7ac245d88cdae56d2bcabf92ae7f92f6bf7 100644 --- a/dockerfiles/devenv.Dockerfile +++ b/dockerfiles/devenv.Dockerfile @@ -27,28 +27,27 @@ RUN apt-get update && \ apt-get -y install --no-install-recommends \ apt-transport-https \ ca-certificates \ - curl \ - dbus-x11 \ - gnupg-agent \ - software-properties-common \ - dialog 2>&1 \ checkinstall \ - # clang clang-format clang-tidy clang-tools clang \ - # ccmake cmake-curses-gui \ + curl \ + dbus-x11 \ + dialog 2>&1 \ + direnv \ gawk \ gdb \ - git-core \ git \ + git-core \ git-lfs \ + gnupg-agent \ + iputils-ping \ less \ nano \ net-tools \ openssh-client \ python3-pip \ + software-properties-common \ trash-cli \ - iputils-ping \ valgrind \ wget \ xterm @@ -139,7 +138,7 @@ RUN if [ "$PEAK_DRIVER" = "install" ]; \ fi # Update this date to re-run the image final update -LABEL image.date=26-08-2024 +LABEL image.date=14-10-2024 # Update final image RUN apt-get update \ diff --git a/dockerfiles/extra_libs/noetic_libs.txt b/dockerfiles/extra_libs/noetic_libs.txt index e924409bb78a2cb54fdd40d0f4f5f91e1afe2525..7447597f7ad2a6b81601f948e84382b776267723 100644 --- a/dockerfiles/extra_libs/noetic_libs.txt +++ b/dockerfiles/extra_libs/noetic_libs.txt @@ -6,3 +6,4 @@ https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/libk/libk4a1.4/libk4a https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/libk/libk4a1.4-dev/libk4a1.4-dev_1.4.1_amd64.deb # k4a-tools_1.4.1_amd64.deb https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/k/k4a-tools/k4a-tools_1.4.1_amd64.deb +# EOF \ No newline at end of file