File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM alpine
22
3- ARG NH_VER=3.6.6
3+ ARG NH_VER=3.6.7
44
55RUN \
66 apk add ncurses && \
77 apk add --virtual .build byacc curl flex gcc groff linux-headers make musl-dev ncurses-dev util-linux && \
88 ln -s libncurses.so /usr/lib/libtinfo.so && \
99 curl -sL https://nethack.org/download/${NH_VER}/nethack-${NH_VER//.}-src.tgz | tar zx && \
1010 ( \
11- cd NetHack-NetHack- ${NH_VER}_Released && \
11+ cd NetHack-${NH_VER} && \
1212 sed -i -e 's/cp -n/cp/g' -e '/^PREFIX/s:=.*:=/usr:' sys/unix/hints/linux && \
1313 sh sys/unix/setup.sh sys/unix/hints/linux && \
1414 make all && \
Original file line number Diff line number Diff line change 11FROM alpine
22
3- ARG NH_VER=3.6.6
3+ ARG NH_VER=3.6.7
44
55RUN \
66 apk add ncurses libxaw libxt && \
77 apk add --virtual .build bdftopcf byacc curl flex gcc groff libxaw-dev libxt-dev linux-headers make mkfontdir musl-dev ncurses-dev util-linux && \
88 ln -s libncurses.so /usr/lib/libtinfo.so && \
99 curl -sL https://nethack.org/download/${NH_VER}/nethack-${NH_VER//.}-src.tgz | tar zxf - && \
1010 ( \
11- cd NetHack-NetHack- ${NH_VER}_Released && \
11+ cd NetHack-${NH_VER} && \
1212 sed -i -e 's/cp -n/cp/g' -e '/^PREFIX/s:=.*:=/usr:' sys/unix/hints/linux-x11 && \
1313 sh sys/unix/setup.sh sys/unix/hints/linux-x11 && \
1414 make all && \
You can’t perform that action at this time.
0 commit comments