Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed May 16, 2024
1 parent 59eebdf commit 9f818b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ ARG OSTK_DATA_LOCAL_CACHE="/var/cache/open-space-toolkit-data"
## Install OSTk data install dependencies
RUN apt-get update \
&& apt-get install -y git-lfs \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && \
apt-get install -y git-lfs && \
rm -rf /var/lib/apt/lists/*
## Seed OSTk Data
Expand Down

0 comments on commit 9f818b8

Please sign in to comment.