Skip to content

Commit

Permalink
Added tmux as default installed tool in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopher-pellizzi committed Nov 28, 2021
1 parent 72db5e2 commit 8e379e9
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
@@ -1,6 +1,6 @@
FROM ubuntu:focal
ARG TZ=Europe/Rome
ARG DEPS="ninja-build libglib2.0-dev make gcc g++ pkg-config python3 python3-pip git wget gettext locales gdb vim"
ARG DEPS="ninja-build libglib2.0-dev make gcc g++ pkg-config python3 python3-pip git wget gettext locales gdb vim tmux"
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /opt/MemTraceThesis
COPY . .
Expand Down

0 comments on commit 8e379e9

Please sign in to comment.