Skip to content

Commit

Permalink
tidy up location of args
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 20, 2023
1 parent d655b76 commit 62ae987
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ FROM binhex/arch-int-gui:latest
LABEL org.opencontainers.image.authors = "binhex"
LABEL org.opencontainers.image.source = "https://github.com/binhex/arch-pycharm"

# additional files
##################

# add install and packer bash script
ADD build/root/*.sh /root/

# release tag name from buildx arg
ARG RELEASETAG

# arch from buildx --platform, e.g. amd64
ARG TARGETARCH

# additional files
##################

# add install and packer bash script
ADD build/root/*.sh /root/

# add pre-configured config files for deluge
ADD config/nobody/ /home/nobody/

Expand Down

0 comments on commit 62ae987

Please sign in to comment.