Skip to content

Instantly share code, notes, and snippets.

View yuguorui's full-sized avatar

Guorui Yu yuguorui

  • Alibaba Cloud
  • Hangzhou, CN
  • 18:04 (UTC +08:00)
View GitHub Profile
@yuguorui
yuguorui / Dockerfile
Created January 14, 2024 13:40 — forked from adtac/Dockerfile
#!/usr/bin/env docker run
#!/usr/bin/env -S bash -c "docker run -p 8080:8080 -it --rm \$(docker build --progress plain -f \$0 . 2>&1 | tee /dev/stderr | grep -oP 'sha256:[0-9a-f]*')"
# syntax = docker/dockerfile:1.4.0
FROM node:20
WORKDIR /root
RUN npm install sqlite3
@yuguorui
yuguorui / README.md
Created January 15, 2018 05:28 — forked from yesidlazaro/README.md
Fix OpenGApps permissions on CyanogenMod 13

Fix OpenGApps permissions on CyanogenMod 13

Updating to CyanogenMod 13 with OpenGApps is problematic and results in issues including repeated warnings such as

Unfortunately, setup wizard has stopped working

Or

Unfortunately, Google Play Services has stopped working