Skip to content
Snippets Groups Projects
Commit a7af375b authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Update Dockerfile

parent 69116d36
No related branches found
No related tags found
1 merge request!6Update Dockerfile
Pipeline #38012 failed
ignored:
- DL3007
- DL3008
- DL3018
FROM registry.cyberbrain.pw/docker/alpine:latest
ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/git:latest
WORKDIR /tmp/openwrt
ENTRYPOINT [ "sh", "/entrypoint.sh" ]
RUN set -ex && \
apk --no-cache add sudo git rsync openssh-client && \
apk --no-cache add sudo rsync && \
rm -rf /var/cache/apk/* && \
addgroup -S openwrt && \
adduser -S openwrt -G openwrt -h /home/openwrt && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment