Skip to content

Commit

Permalink
Support for Android Studio 2021.1.1.22 'Bumblebee'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Feb 27, 2022
1 parent 05d10df commit 33862cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ LABEL authors https://www.oda-alexandre.com

ENV USER android
ENV HOME /home/${USER}
ENV VERSION 3.6.1.0
ENV APP https://dl.google.com/dl/android/studio/ide-zips/${VERSION}/android-studio-ide-192.6241897-linux.tar.gz
ENV APP https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2021.1.1.22/android-studio-2021.1.1.22-linux.tar.gz

RUN echo -e '\033[36;1m ******* INSTALL PACKAGES ******** \033[0m' && \
apt update && apt install -y --no-install-recommends \
Expand Down
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "2.0"
version: "3.9"

services:
android-studio:
build: .
container_name: android-studio
image: alexandreoda/android-studio
restart: "no"
privileged: false
environment:
Expand All @@ -12,4 +12,5 @@ services:
- "${HOME}:/home/android-studio"
- "/tmp/.X11-unix/:/tmp/.X11-unix/"
- "/dev/bus/usb:/dev/bus/usb"
- ${HOME}/AndroidStudioProjects:/home/AndroidStudioProjects
network_mode: host

0 comments on commit 33862cd

Please sign in to comment.