diff --git a/Dockerfile b/Dockerfile index 6e47a943..84b09038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM skalenetwork/sgxwallet_base:latest COPY . /usr/src/sdk WORKDIR /usr/src/sdk +RUN touch /var/hwmode + RUN ./autoconf.bash RUN ./configure diff --git a/VERSION b/VERSION index bc603ea6..a37704ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.50.2 \ No newline at end of file +1.50.3 \ No newline at end of file diff --git a/sgxwallet.c b/sgxwallet.c index 0f9549b2..d91d69f1 100644 --- a/sgxwallet.c +++ b/sgxwallet.c @@ -87,7 +87,7 @@ int main(int argc, char *argv[]) { - while ((opt = getopt(argc, argv, "cshd0abyvV")) != -1) { + while ((opt = getopt(argc, argv, "cshd0abyvVn")) != -1) { switch (opt) { case 'h': printUsage();