Added correct image name 😩
This commit is contained in:
parent
a6cd3be9fb
commit
5135f6607a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user