File tree 2 files changed +2
-2
lines changed
internal/devbox/generate/tmpl
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN . ~/.nix-profile/etc/profile.d/nix.sh
21
21
ENV PATH="/home/${DEVBOX_USER}/.nix-profile/bin:$PATH"
22
22
23
23
# Step 3: Installing devbox
24
- ENV DEVBOX_USE_VERSION=${ DEVBOX_USE_VERSION}
24
+ ENV DEVBOX_USE_VERSION=$DEVBOX_USE_VERSION
25
25
RUN wget --quiet --output-document=/dev/stdout https://get.jetify.com/devbox | bash -s -- -f
26
26
RUN chown -R "${DEVBOX_USER}:${DEVBOX_USER}" /usr/local/bin/devbox
27
27
# stop launcher from auto updating
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN . ~/.nix-profile/etc/profile.d/nix.sh
15
15
ENV PATH="/root/.nix-profile/bin:$PATH"
16
16
17
17
# Step 3: Installing devbox
18
- ENV DEVBOX_USE_VERSION ${ DEVBOX_USE_VERSION}
18
+ ENV DEVBOX_USE_VERSION=$ DEVBOX_USE_VERSION
19
19
RUN wget --quiet --output-document=/dev/stdout https://get.jetify.com/devbox | bash -s -- -f
20
20
# stop launcher from auto updating
21
21
# RUN mkdir -p $HOME/.config/devbox/ && echo "false" > $HOME/.config/devbox/auto_update
You can’t perform that action at this time.
0 commit comments