Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed May 30, 2024
1 parent 2d1e78a commit 654bbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dev_env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/fedora:latest AS base-system
FROM docker.io/library/fedora:latest

# We want to keep all important things in `/opt` as we will preserve the
# `/opt` directory as a volume.
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN dnf -y install dnf-plugins-core \
&& pipx install \
pdm pipenv \
pre-commit \
&& npm install -g \
&& npm install -g \
n \
corepack \
&& corepack enable
Expand Down

0 comments on commit 654bbbf

Please sign in to comment.