We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ARG
1 parent 7cda01c commit 8dbc2dfCopy full SHA for 8dbc2df
1 file changed
.devcontainer/Dockerfile
@@ -5,14 +5,14 @@
5
# docker build --target standalone -t acode-dev .devcontainer/
6
# docker run -it -v $(pwd):/workspaces/acode acode-dev
7
8
-FROM mcr.microsoft.com/devcontainers/java:1-21-bullseye AS base
9
-
10
ARG ANDROID_PLATFORM=36
11
ARG ANDROID_BUILD_TOOLS=36.0.0
12
ARG CMDLINE_TOOLS_VERSION=11076708
13
ARG NODE_VERSION=22
14
ARG GRADLE_VERSION=8.11
15
+FROM mcr.microsoft.com/devcontainers/java:1-21-bullseye AS base
+
16
ENV GRADLE_HOME=/opt/gradle
17
18
# removes broken yarn repo present in base image
@@ -73,4 +73,4 @@ RUN curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir "${FNM_
73
&& fnm default ${NODE_VERSION} \
74
&& npm install -g pnpm
75
76
-ENV PATH="${FNM_DIR}/aliases/default/bin:${PATH}"
+ENV PATH="${FNM_DIR}/aliases/default/bin:${PATH}"
0 commit comments