Skip to content

Commit c99568d

Browse files
committed
Adapt dockerfile to the new development environment
1 parent 533b410 commit c99568d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ MAINTAINER Virginie Van den Schrieck, [email protected]
66
RUN cat /etc/resolv.conf
77
RUN apt-get update \
88
&& apt-get install -y gcc libc6-dev make curl wget xz-utils\
9+
--no-install-recommends \
910
ca-certificates bzip2 --no-install-recommends strace \
1011
&& rm -rf /var/lib/apt/lists/*
1112

@@ -51,4 +52,4 @@ RUN git submodule update --init --recursive && make
5152

5253
RUN echo "tmpfs /dev/shm tmpfs defaults,nosuid,nodev 0 0" >> /etc/fstab && echo "">>/etc/fstab
5354

54-
ENTRYPOINT sh -c "mount /dev/shm && strace ./out/pythia queue & strace ./out/pythia pool & strace ./out/pythia server"
55+
# ENTRYPOINT sh -c "mount /dev/shm && strace ./out/pythia queue & strace ./out/pythia pool & strace ./out/pythia server"

0 commit comments

Comments
 (0)