-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
1,233 additions
and
1,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
FROM ubuntu:18.04 | ||
MAINTAINER Shaobo He <[email protected]> | ||
FROM ubuntu:20.04 | ||
MAINTAINER Shaobo He <[email protected]> | ||
|
||
ENV SMACKDIR /home/user/smack | ||
|
||
RUN apt-get update && \ | ||
apt-get -y install \ | ||
software-properties-common \ | ||
wget \ | ||
sudo | ||
sudo \ | ||
g++ | ||
|
||
# Borrowed from JFS | ||
# Create `user` user for container with password `user`. and give it | ||
|
@@ -26,7 +27,7 @@ ADD --chown=user . $SMACKDIR | |
WORKDIR $SMACKDIR | ||
|
||
# Build SMACK | ||
RUN sudo bin/build.sh | ||
RUN bin/build.sh | ||
|
||
# Add envinronment | ||
RUN echo "source /home/user/smack.environment" >> ~/.bashrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
The MIT License | ||
|
||
Copyright (c) 2008-2020 Zvonimir Rakamaric ([email protected]), | ||
Copyright (c) 2008-2021 Zvonimir Rakamaric ([email protected]), | ||
Michael Emmi ([email protected]) | ||
Modified work Copyright (c) 2013-2020 Marek Baranowski, | ||
Modified work Copyright (c) 2013-2021 Marek Baranowski, | ||
Montgomery Carter, | ||
Pantazis Deligiannis, | ||
Jack J. Garzella, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.