Skip to content
Snippets Groups Projects
Commit c6a8f556 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

Merge branch '3-change-parent-image-to-alpine' into 'main'

Resolve "change parent image to alpine"

Closes #3

See merge request !3
parents c72da9ee 0e878054
No related branches found
No related tags found
1 merge request!3Resolve "change parent image to alpine"
Pipeline #246551 passed
# syntax=docker/dockerfile:1
FROM python:3.8
FROM python:3.8-alpine
LABEL \
org.label-schema.dockerfile="/Dockerfile" \
......@@ -12,7 +12,7 @@ LABEL \
org.label-schema.vendor="SUB/FE"
RUN useradd --create-home repdav
RUN adduser -D repdav
USER repdav
COPY --chown=repdav requirements.txt /
......
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