Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote authored Jan 9, 2021
1 parent 8479752 commit 0096dcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ FROM alpine
RUN apk --update add ca-certificates
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
COPY --from=bd /meshery-traefik-mesh /app/
COPY --from=bd /traefik-mesh /app/traefik-mesh
COPY --from=bd /etc/passwd /etc/passwd
USER appuser
WORKDIR /app
Expand Down

0 comments on commit 0096dcc

Please sign in to comment.