Skip to content

Commit

Permalink
Remove cache, add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Nov 13, 2024
1 parent 60ca3ca commit 63862e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
FROM fedora:40
FROM registry.fedoraproject.org/fedora:40

RUN dnf install -y nodejs \
&& dnf clean all \
&& rm -rf /var/cache/yum \
&& npm install honkit -g

RUN mkdir -p /workspace
VOLUME /workspace
WORKDIR /workspace

0 comments on commit 63862e9

Please # to comment.