Remove Type that crash build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0326ba32ff
commit
b803e3f70e
@ -3,12 +3,13 @@ FROM harbor.dragse.it/base/alpine:3.15
|
||||
LABEL maintainer="Lennard Brinkhaus <lennard.brinkhaus@dragse.de>"
|
||||
|
||||
RUN echo $'http://nexus.dragse.it/repository/apk-main/\nhttp://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
|
||||
|
||||
RUN apk --no-cache upgrade \
|
||||
&& apk --no-cache add ca-certificates wget openssl \
|
||||
&& update-ca-certificates \
|
||||
&& update-ca-certificates
|
||||
|
||||
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
|
||||
RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis
|
||||
RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 1000 redis
|
||||
# alpine already has a gid 999, so we'll use the next id
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
Loading…
Reference in New Issue
Block a user