use tarball
This commit is contained in:
@@ -35,8 +35,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Clone release
|
# Clone release
|
||||||
RUN wget https://github.com/rommapp/romm/archive/refs/tags/$VERSION.zip && \
|
RUN wget https://github.com/rommapp/romm/archive/refs/tags/$VERSION.tar.gz && \
|
||||||
tar xfz $VERSION.zip --strip-components=1 -C /app/code && rm $VERSION.zip
|
tar xfz $VERSION.tar.gz --strip-components=1 -C /app/code && rm $VERSION.tar.gz
|
||||||
|
|
||||||
# Install nvm
|
# Install nvm
|
||||||
ENV NVM_DIR="/root/.nvm"
|
ENV NVM_DIR="/root/.nvm"
|
||||||
|
|||||||
Reference in New Issue
Block a user