Skip to content

Commit

Permalink
Cleanup apt repositories in the same layer
Browse files Browse the repository at this point in the history
  • Loading branch information
aajain-com committed Jan 22, 2020
1 parent 407f01a commit 82d1374
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Build/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ RUN echo ========== Install dependencies ========== \
libfaac-dev \
libopus-dev \
libsqlite3-dev \
libssl-dev
libssl-dev \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get install -y gdb

RUN echo ========== Cleanup ========== \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /build

0 comments on commit 82d1374

Please sign in to comment.