Skip to content

Commit

Permalink
Dockerfile: add GNU awk & grep
Browse files Browse the repository at this point in the history
  • Loading branch information
dellelce committed Oct 18, 2023
1 parent 66ffe8e commit ac6eca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ COPY . $BUILDDIR

# Package requirements
ENV PACKAGES gcc bash wget perl perl-dev automake autoconf libtool file xz \
make libc-dev linux-headers g++ sed bison cmake gfortran
make libc-dev linux-headers g++ sed bison cmake gfortran \
awk grep

# Build and do not keep "static libraries"
RUN mkdir -p ${INSTALLDIR}/lib && ln -s ${INSTALLDIR}/lib64 ${INSTALLDIR}/lib && \
Expand Down

0 comments on commit ac6eca7

Please sign in to comment.