Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Jul 22, 2024
1 parent f60f989 commit 6496c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ USER root

# Removing kernel-headers seems to remove glibc and all packages which use them
# Install s/w dev tools for fitscut build
RUN yum remove -y kernel-devel &&\
yum install -y epel-release && \
RUN yum install -y epel-release && \
yum remove -y kernel-devel && \
yum update -y && \
yum install -y \
emacs-nox \
Expand Down

0 comments on commit 6496c49

Please sign in to comment.