From 3cf3019479e492b2e09f52d6d1a9c0a12e829a19 Mon Sep 17 00:00:00 2001 From: Andres Montano <andres.montano@tecnalia.com> Date: Wed, 16 Oct 2024 16:53:05 +0200 Subject: [PATCH] Fix some typos --- dockerfiles/devenv.Dockerfile | 19 +++++++++---------- dockerfiles/extra_libs/noetic_libs.txt | 1 + 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dockerfiles/devenv.Dockerfile b/dockerfiles/devenv.Dockerfile index ecc2a31..46a6d7a 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 e924409..7447597 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 -- GitLab