Skip to content

Commit

Permalink
fix Dockerfile?
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed May 29, 2022
1 parent 13a6d48 commit 43382bd
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
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cdbs devscripts equivs fakeroot git git-lfs git-buildpackage libgbinder-dev #debhelper
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cdbs devscripts equivs fakeroot git git-lfs git-buildpackage #libgbinder-dev debhelper
RUN wget -O /build_changelog https://raw.githubusercontent.com/MrCyjaneK/waydroid-build/main/build_changelog
RUN chmod +x /build_changelog

Expand Down

0 comments on commit 43382bd

Please sign in to comment.