[release] v0.5.12-unstable

This commit is contained in:
Yann Stepienik 2023-05-27 18:41:58 +01:00
parent 34269131c7
commit 0ea9ae762e
2 changed files with 4 additions and 6 deletions

View file

@ -11,9 +11,8 @@ WORKDIR /app
ENV PATH=$PATH:/usr/local/go/bin
RUN apt-get update && apt-get install -y ca-certificates openssl && \
apt-get install -y wget curl && \
apt-get install -y nodejs && \
apt-get install -y wget curl && \
apt-get install -y --no-install-recommends wget curl && \
apt-get install -y --no-install-recommends nodejs && \
wget https://golang.org/dl/go1.20.2.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go1.20.2.linux-amd64.tar.gz && \
rm go1.20.2.linux-amd64.tar.gz && \

View file

@ -11,9 +11,8 @@ WORKDIR /app
ENV PATH=$PATH:/usr/local/go/bin
RUN apt-get update && apt-get install -y ca-certificates openssl && \
apt-get install -y wget curl && \
apt-get install -y nodejs && \
apt-get install -y wget curl && \
apt-get install -y --no-install-recommends wget curl && \
apt-get install -y --no-install-recommends nodejs && \
wget https://golang.org/dl/go1.20.2.linux-arm64.tar.gz && \
tar -C /usr/local -xzf go1.20.2.linux-arm64.tar.gz && \
rm go1.20.2.linux-arm64.tar.gz && \