Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
csujedihy authored Mar 22, 2024
1 parent 02eec95 commit 6120924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y apt-transport-h
lttng-tools \
perl \
nasm \
ruby3.0 \
ruby \
ruby-dev \
rpm \
libssl-dev \
Expand All @@ -41,6 +41,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y apt-transport-h
gdb \
&& rm -rf /var/lib/apt/lists/*

RUN gem install --version 2.8.1 dotenv
RUN gem install fpm

RUN wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
Expand Down

0 comments on commit 6120924

Please sign in to comment.