chore: remove test

This commit is contained in:
toast-gear 2022-12-02 18:07:51 +00:00 committed by Yusuke Kuoka
parent 4b2971bc90
commit 469cc8ac21
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ ARG DOCKER_VERSION=20.10.21
ARG DOCKER_COMPOSE_VERSION=v2.12.2
ARG DUMB_INIT_VERSION=1.2.5
RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y \
&& apt-get install -y software-properties-common \