Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazp authored Jan 11, 2024
1 parent e57e0fd commit 8d18582
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
@@ -1,6 +1,6 @@
FROM alpine:3.13.5
LABEL org.opencontainers.image.source="https://github.com/matjazp/alpine-bind"
RUN apk add --no-cache bind bash bash-completion nano openrc syslog-ng
RUN echo testx
RUN echo testxs
VOLUME [ “/sys/fs/cgroup” ]
CMD [ "bash" ]

0 comments on commit 8d18582

Please sign in to comment.