Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump s2n commit in Dockerfile #1563

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions s2nTests/docker/s2n.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update -y -q && \
llvm-3.9 \
make \
sudo \
wget \
&& \
rm -rf /var/lib/apt/lists/*

Expand All @@ -19,10 +20,10 @@ RUN mkdir -p /saw-script && \
git clone https://github.com/GaloisInc/s2n.git && \
mkdir -p s2n/test-deps/saw/bin && \
cd s2n && \
git checkout 6586f1ad3b35efcd2287ab98a4be124449dcb780
git checkout 7f1017ee9b09ab6910f1d2bf56135663ca0b12c5



COPY scripts/s2n-entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]
CMD [ "/bin/bash" ]
CMD [ "/bin/bash" ]