feat(docker): remove unneded ARCH

This commit is contained in:
Tine Jozelj 2020-12-21 14:50:40 +01:00
parent a5d6e9e799
commit e5024f8b8a
No known key found for this signature in database
GPG key ID: 3818B74E3830D7CF

View file

@ -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>"