Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
innovarew committed Feb 1, 2024
1 parent 9345081 commit 3156a0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#
# @description Dockerfile, for building innovarew/docker-tinycore
# @author innovarew <innovarew at github.com> (c) Copyright 2022
# @url github.com/innovarew/docker-tinycore
#

FROM scratch
MAINTAINER "innovarew <innovarew at github.com> (c) Copyright 2022"
LABEL author="@author innovarew <innovarew at github.com> (c) Copyright 2022."
ARG TC_VER=14.x-x86_64

ADD data/rootfs-$TC_VER.tar.xz /
Expand Down

0 comments on commit 3156a0a

Please sign in to comment.