Skip to content

Commit

Permalink
Update Dockerfile path (#26)
Browse files Browse the repository at this point in the history
This patch changes the Dockerfile path to humble and removes unnecessary packages from the installation step.
  • Loading branch information
nahueespinosa authored Dec 12, 2022
1 parent 266c51d commit 16d70db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
dev:
build:
context: ..
dockerfile: docker/images/galactic/Dockerfile
dockerfile: docker/images/humble/Dockerfile
container_name: beluga-dev
environment:
- DISPLAY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@ ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update \
&& apt-get install --no-install-recommends -y \
apt-transport-https \
apt-utils \
bash-completion \
build-essential \
ca-certificates \
clang-format \
clang-tidy \
cmake \
curl \
git \
python3 \
python3-pip \
software-properties-common \
sudo \
&& rm -rf /var/lib/apt/lists/*

RUN pip install \
Expand Down

0 comments on commit 16d70db

Please sign in to comment.