Skip to content

Commit

Permalink
build: Dockerfile
Browse files Browse the repository at this point in the history
build: Dockerfile
  • Loading branch information
kroese committed Oct 16, 2023
2 parents 770170e + f7d431c commit fbbf5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ARG DEBIAN_FRONTEND noninteractive

RUN apt-get update && apt-get -y upgrade && \
apt-get --no-install-recommends -y install \
tini \
curl \
cpio \
tini \
wget \
fdisk \
unzip \
Expand Down Expand Up @@ -58,7 +58,7 @@ ARG VERSION_ARG="0.0"
ENV VERSION=$VERSION_ARG

LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.title="VirtualDSM"
LABEL org.opencontainers.image.title="Virtual DSM"
LABEL org.opencontainers.image.created=${DATE_ARG}
LABEL org.opencontainers.image.revision=${BUILD_ARG}
LABEL org.opencontainers.image.version=${VERSION_ARG}
Expand Down

0 comments on commit fbbf5ff

Please sign in to comment.