Skip to content

Commit 115cbbf

Browse files
authored
Merge pull request #10 from matsuu/version-bumped-v3.6.7
Version bumped
2 parents 256dd9d + 34016a9 commit 115cbbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM alpine
22

3-
ARG NH_VER=3.6.6
3+
ARG NH_VER=3.6.7
44

55
RUN \
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 && \

x11/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM alpine
22

3-
ARG NH_VER=3.6.6
3+
ARG NH_VER=3.6.7
44

55
RUN \
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 && \

0 commit comments

Comments
 (0)