Skip to content
Snippets Groups Projects

Fix pipeline

Merged Mark requested to merge fix-master-pipeline into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -9,6 +9,7 @@ RUN apk --no-cache add \
python3-dev \
libc-dev \
openssl-dev \
bash \
gcc
RUN pip3 install --no-cache-dir -r requirements.txt
Loading