Skip to content
Snippets Groups Projects
Commit bcc5c18e authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Fix gitlab-ci syntax

Move LABEL to Dockerfile
parent c86b5599
No related tags found
1 merge request!5Resolve "CI for README"
Pipeline #
image: ${CI_REGISTRY_IMAGE}/ubuntu_python3:latest
LABEL maintainer "frank@sauerburger.com"
image: ${CI_REGISTRY_IMAGE}
stages:
- test
......
# This image is intended for the git CI
FROM ubuntu:16.04
LABEL maintainer "frank@sauerburger.com"
RUN apt-get update && apt-get install -y \
python3 python3-setuptools git recode\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment