From 44d22708f313c235cc46ab8c87dff21a1ac25bdb Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 23 Feb 2022 09:28:15 -0700 Subject: [PATCH] Fix whitespace issues --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1bc15d..90001db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0a5-alpine as builder +FROM python:3.11.0a5-alpine as builder RUN apk --update add \ build-base \ @@ -12,7 +12,7 @@ COPY requirements.txt . RUN pip install --upgrade pip RUN pip install --prefix /install --no-warn-script-location --no-cache-dir -r requirements.txt -FROM python:3.11.0a5-alpine +FROM python:3.11.0a5-alpine RUN apk add --update --no-cache tor curl openrc # libcurl4-openssl-dev