mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
feat(docker): remove unneded ARCH
This commit is contained in:
parent
a5d6e9e799
commit
e5024f8b8a
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
# vim: set fenc=utf-8 ts=2 sw=2 sts=2 et ft=Dockerfile :
|
||||
ARG ARCH=
|
||||
FROM ${ARCH}ubuntu:20.10
|
||||
FROM ubuntu:20.10
|
||||
|
||||
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue