Fix whitespace issues

This commit is contained in:
Ben Busby 2022-02-23 09:28:15 -07:00
parent 99836c9689
commit 44d22708f3
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

View File

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