Skip to content

Commit

Permalink
Merge pull request #5 from xmichele/develop
Browse files Browse the repository at this point in the history
added jq and curl ( #4 ) . Test:
  • Loading branch information
xmichele authored Apr 13, 2023
2 parents 77d6221 + 65744c7 commit 1fc3cc9
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 @@ -20,7 +20,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-bullseye-slim-amd64

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y hdf5-tools libssl1.1 libgssapi-krb5-2 ca-certificates \
&& apt-get install -y hdf5-tools libssl1.1 libgssapi-krb5-2 ca-certificates jq curl \
&& rm -rf /var/lib/apt/lists/* /tmp/*

WORKDIR /app
Expand Down

0 comments on commit 1fc3cc9

Please sign in to comment.