Skip to content

Commit

Permalink
don't install text editors in Docker image (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Nov 17, 2022
1 parent e6e9961 commit 4a78958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV GITHUB_PAT $GITHUB_PAT
# install system dependencies
ARG SYS_DEPS="\
git \
nano \
"

RUN apt-get update \
Expand Down

0 comments on commit 4a78958

Please sign in to comment.