Skip to content

Commit

Permalink
chore: Display worker info
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Mar 9, 2020
1 parent c0b4fa6 commit 4de67a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="[email protected]"

ENV OPAM_VERSION="2.0.6"

RUN apt-get update -y -q \
RUN cat /proc/cpuinfo /proc/meminfo; apt-get update -y -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends \
autoconf \
automake \
Expand Down

0 comments on commit 4de67a9

Please sign in to comment.