Added correct image name 😩

This commit is contained in:
Price Hiller 2021-10-06 06:28:03 -05:00
parent a6cd3be9fb
commit 5135f6607a

View File

@ -1,6 +1,7 @@
default:
image: python:3.9
image: python:3.9-alpine
before_script:
- apk add build-base
- apk add --no-cache postgresql-libs
- apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev
- python3 -m pip install -r requirements.txt