Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Simplify Dockerfile (#1)
Browse files Browse the repository at this point in the history
Thanks a lot.
  • Loading branch information
nogoegst authored and ozbillwang committed Mar 26, 2018
1 parent b543b5b commit a7ee4c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine

RUN apk --update add socat && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache
RUN apk --no-cache add socat

ENTRYPOINT ["socat"]

0 comments on commit a7ee4c3

Please sign in to comment.