Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 20, 2023
1 parent 7b51174 commit 0f9d809
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ ENV DEBIAN_FRONTEND noninteractive
USER root

# Install
RUN apt update \
&& apt install -y \
curl \
lsb-release \
git \
build-essential

# Install dependencies
RUN apt update \
&& apt upgrade -y \
&& apt install -y cmake curl git python3 python3-distutils python3-pip liboctomap-dev \
Expand Down

0 comments on commit 0f9d809

Please sign in to comment.