Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 3, 2024
1 parent a5b6224 commit 4f6aa50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:22.04
LABEL Alberto Ponces="ponces26@gmail.com"
LABEL Imbroglius="wheelcorner78@gmail.com"

COPY . /aosp/treble_aosp
RUN ln -s /aosp/treble_aosp/build.sh /usr/bin/treblebuild && \
Expand Down Expand Up @@ -60,8 +60,8 @@ 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 "Alberto Ponces" && \
git config --global user.email ponces26@gmail.com && \
RUN git config --global user.name "Imbroglius" && \
git config --global user.email wheelcorner78@gmail.com && \
git config --global color.ui auto

USER root
Expand Down

0 comments on commit 4f6aa50

Please sign in to comment.