From 0b9b571ec9c133d0939897ede1503233ae644de2 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 6 Jul 2023 15:32:26 -0500 Subject: [PATCH] Simplify slightly. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb584d2..afb73a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git # Configure creds for gitea ARG GITEA_TOKEN -ENV GITEA_TOKEN=$GITEA_TOKEN # Get and cache deps WORKDIR /plugeth-statediff/