Compare commits
2 commits
073b19a4b3
...
6443db0f7c
Author | SHA1 | Date | |
---|---|---|---|
6443db0f7c | |||
abbc085295 |
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ ARG PACKAGE_HASH=23af572fdfe3459b9ab97e2e9aa7e3c11021c955d6064b801a27d7e8c21ae09
|
|||
ARG PACKAGE_NAME=monero-linux-x64-${MONERO_VERSION}.tar.bz2
|
||||
|
||||
# download and unpack stage
|
||||
FROM docker.io/library/debian:12 as downloader
|
||||
FROM docker.io/library/ubuntu:22.04 as downloader
|
||||
|
||||
RUN set -ex && \
|
||||
apt-get update && \
|
||||
|
@ -40,13 +40,13 @@ RUN set -ex && \
|
|||
|
||||
|
||||
# runtime stage
|
||||
FROM docker.io/library/debian:12-slim
|
||||
FROM docker.io/library/ubuntu:22.04
|
||||
|
||||
LABEL maintainer="Foster Hangdaan <foster@hangdaan.email>"
|
||||
|
||||
RUN set -ex && \
|
||||
apt-get update && \
|
||||
apt-get --no-install-recommends --yes install ca-certificates && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --yes install ca-certificates && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt
|
||||
COPY --from=downloader /monero/tmp/monerod /monero/tmp/monero-wallet* /usr/local/bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue