Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 6, 2024
1 parent 09b8133 commit a9a53e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:22.04
LABEL Imbroglius="[email protected]"
LABEL imbroglius="[email protected]"

COPY . /aosp/redmi13c_treble_aosp
RUN ln -s /aosp/redmi13c_treble_aosp/build.sh /usr/bin/treblebuild && \
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN curl https://packagecloud.io/install/repositories/github/git-lfs/script.deb.
apt update && apt install git-lfs && \
git lfs install

RUN git config --global user.name "Imbroglius" && \
RUN git config --global user.name "imbroglius" && \
git config --global user.email [email protected] && \
git config --global color.ui auto

Expand Down

0 comments on commit a9a53e7

Please sign in to comment.