Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
retzero authored May 26, 2021
1 parent 4958fcd commit dc2b8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Hyokeun Jeon <[email protected]>
RUN echo "deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubuntu_18.04/ /" >> /etc/apt/sources.list

RUN apt update \
&& apt install -y --force-yes wget gbs zip unzip \
&& apt install -y --force-yes wget gbs zip unzip git bash \
&& apt autoremove && apt clean && apt autoclean && apt autoclean \
&& rm -rf /var/cache/apt/archives

Expand Down

0 comments on commit dc2b8cc

Please sign in to comment.