mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
Update Dockerfile
This commit is contained in:
parent
48d16d1b6f
commit
51319d06e3
@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
openssh-client \
|
openssh-client \
|
||||||
wget \
|
wget \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
COPY hugo.sh /root/hugo.sh
|
COPY hugo.sh /root/hugo.sh
|
||||||
RUN /bin/sh /root/hugo.sh
|
RUN /bin/sh /root/hugo.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user