Skip to content

Commit

Permalink
chore: Add nano
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Jun 10, 2024
1 parent 1bf49e8 commit fe55fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
# maybe easier to git clone the repo
COPY . .

RUN apt update && apt install neovim -y
RUN apt update && apt install neovim nano -y
RUN yarn --immutable --immutable-cache --silent
RUN yarn build

Expand Down

0 comments on commit fe55fdd

Please sign in to comment.