Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 5, 2024
1 parent 4375ace commit 8dcac70
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,9 +1,9 @@
FROM ubuntu:22.04
LABEL Imbroglius="[email protected]"

COPY . /aosp/treble_aosp
RUN ln -s /aosp/treble_aosp/build.sh /usr/bin/treblebuild && \
ln -s /aosp/treble_aosp/sync.sh /usr/bin/treblesync
COPY . /aosp/redmi13c_treble_aosp
RUN ln -s /aosp/redmi13c_treble_aosp/build.sh /usr/bin/treblebuild && \
ln -s /aosp/redmi13c_treble_aosp/sync.sh /usr/bin/treblesync

ARG DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 && \
Expand Down

0 comments on commit 8dcac70

Please sign in to comment.