Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabgaubert committed Oct 25, 2024
1 parent b4c7bc1 commit d6636af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions automation/TEnv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ RUN apk --update --no-cache --allow-untrusted --repository http://dl-cdn.alpinel
ARG TENV_VERSION=3.2.4
ENV TENV_ROOT=/var/tenv
VOLUME /var/tenv
RUN chmod -R /var/tenv

RUN wget -O /tmp/tenv.apk "https://github.com/tofuutils/tenv/releases/download/v${TENV_VERSION}/tenv_v${TENV_VERSION}_386.apk" \
&& apk add --allow-untrusted /tmp/tenv.apk \
;
&& mkdir -p $TENV_ROOT \
&& chmod -R 777 $TENV_ROOT \
&& rm /tmp/tenv.apk

RUN apk add --no-cache --purge \
git \
Expand Down

0 comments on commit d6636af

Please sign in to comment.