Skip to content

Commit

Permalink
chore(dep): rm unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Apr 2, 2024
1 parent 5e7d5e9 commit d4920d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ WORKDIR /opt/isomercms-backend
RUN apk update && \
apk add --no-cache bash && \
apk add git && \
apk add openssh-client && \
apk add bind-tools
apk add openssh-client

RUN adduser -u 900 webapp -D -h /home/webapp -s /bin/sh
USER webapp
Expand Down

0 comments on commit d4920d2

Please sign in to comment.