Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwich committed Sep 7, 2023
1 parent 7687267 commit cc2c908
Show file tree
Hide file tree
Showing 19 changed files with 13,880 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,17 @@ RUN ln -s /home/parigot/deps/protoc-${PROTOC_VERSION}/bin/protoc /home/parigot/t

# docker socket dir?
RUN mkdir /var/run/parigot
RUN chown parigot /var/run/parigot /home/parigot
RUN chgrp parigot /var/run/parigot /home/parigot
RUN chown -R parigot /var/run/parigot /home/parigot /workspaces/parigot/g
RUN chgrp -R parigot /var/run/parigot /home/parigot /workspaces/parigot/g
RUN chmod -R 775 /var/run/parigot /home/parigot
#RUN chmod g+w /var/run/parigot

# safety
#WORKDIR /home/parigot
#RUN chown -R parigot .
#RUN chgrp -R parigot .
RUN mkdir -p /home/parigot/tools/bin
RUN chown -R parigot /home/parigot/tools
RUN chgrp -R parigot /home/parigot/tools
RUN mkdir -p /home/parigot/deps
RUN chown -R parigot /home/parigot/deps
RUN chgrp -R parigot /home/parigot/deps

#zsh
RUN chsh -s /usr/bin/zsh parigot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker build -t my-test-image .devcontainer
# - name: Run tests using Docker image
# run: docker run --rm my-test-image make test
- name: build
- name: build Makefile
run: make && make test
# runs:
# using: 'docker'
Expand Down
Loading

0 comments on commit cc2c908

Please sign in to comment.