fix hanging ci

This commit is contained in:
H. Shay 2022-01-07 13:24:55 -08:00
parent d717f1b4e2
commit b979f336af
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
# #
ARG PYTHON_VERSION=3.8 ARG PYTHON_VERSION=3.8
ARG DEBIAN_FRONTEND=noninteractive
### ###
### Stage 0: builder ### Stage 0: builder