Skip to content

Commit

Permalink
Docker: Add auto installation to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Aug 2, 2024
1 parent f6d35a6 commit 6bc8900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN zypper ar https://download.opensuse.org/repositories/systemsmanagement:/cobb
&& zypper --gpg-auto-import-keys refresh

# Dev Dependencies
RUN zypper in cobbler-tftp \
RUN zypper in -y cobbler-tftp \
&& zypper clean

EXPOSE 69/UDP
Expand Down

0 comments on commit 6bc8900

Please sign in to comment.