mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
sync
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apt-get update && \
|
|||||||
RUN cpan Carton
|
RUN cpan Carton
|
||||||
RUN git clone https://framagit.org/fiat-tux/hat-softwares/lufi.git /usr/lufi && \
|
RUN git clone https://framagit.org/fiat-tux/hat-softwares/lufi.git /usr/lufi && \
|
||||||
cd /usr/lufi && \
|
cd /usr/lufi && \
|
||||||
carton install --deployment --without=test --without=postgresql --without=mysql --without=swift-storage --without=ldap
|
carton install --deployment --without=test --without=postgresql --without=mysql --without=swift-storage --without=ldap --without=htpasswd
|
||||||
|
|
||||||
ENV GID=1000 \
|
ENV GID=1000 \
|
||||||
UID=1000 \
|
UID=1000 \
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ FROM alpine:latest
|
|||||||
ARG RELEASE=latest
|
ARG RELEASE=latest
|
||||||
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates flock bash tar wget unzip && rm -rf /var/cache/apk/*
|
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates flock bash tar wget unzip && rm -rf /var/cache/apk/*
|
||||||
RUN echo $RELEASE
|
RUN echo $RELEASE
|
||||||
|
RUN env
|
||||||
RUN wget -P /tmp https://github.com/benbjohnson/litestream/releases/download/${RELEASE}/litestream-${RELEASE}-linux-arm7-static.tar.gz && \
|
RUN wget -P /tmp https://github.com/benbjohnson/litestream/releases/download/${RELEASE}/litestream-${RELEASE}-linux-arm7-static.tar.gz && \
|
||||||
tar -C /usr/local/bin/ -xzvf /tmp/litestream-${RELEASE}-linux-arm7-static.tar.gz
|
tar -C /usr/local/bin/ -xzvf /tmp/litestream-${RELEASE}-linux-arm7-static.tar.gz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user