Skip to content

Commit

Permalink
add -y and set apt for apt-get
Browse files Browse the repository at this point in the history
for non interactive usage
  • Loading branch information
SaicharanKandukuri committed Dec 3, 2022
1 parent b3f7a0c commit c40039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEVCONTAINER="true"
# setup android sdk
RUN apt clean && apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install git \
&& apt install clang cmake ninja-build pkg-config \
&& apt-get -y install clang cmake ninja-build pkg-config \
&& apt-get clean -y

USER vscode
Expand Down

0 comments on commit c40039b

Please sign in to comment.