Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCaronJr authored Jul 31, 2024
1 parent 3cb03b7 commit 6c26cff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
FROM ubuntu:latest

# Install necessary packages
RUN apt-get update && apt-get install -y \
wget \
rpm \
rpm-build \
rpmlint \
make \
coreutils \
diffutils \
patch \
python3
RUN apt-get update && apt-get install -y wget rpm rpm-build rpmlint make coreutils diffutils patch python3

# Create the rpm build directories
RUN mkdir -p /root/rpmbuild/RPMS/noarch && \
Expand Down

0 comments on commit 6c26cff

Please sign in to comment.