Skip to content

Commit

Permalink
Merge pull request strukturag#50 from SuperSandro2000/patch-1
Browse files Browse the repository at this point in the history
Remove duplicated argument
  • Loading branch information
fancycode authored Sep 9, 2020
2 parents 767d283 + ff960c2 commit 7bd9ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM alpine:3.11

ENV CONFIG=/config/server.conf
RUN adduser -D spreedbackend && \
apk add --no-cache --no-cache ca-certificates libc6-compat libstdc++
apk add --no-cache ca-certificates libc6-compat libstdc++
USER spreedbackend
COPY --from=builder /workdir/bin/signaling /usr/local/signaling
COPY ./server.conf.in /config/server.conf
Expand Down

0 comments on commit 7bd9ee0

Please sign in to comment.