Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored Apr 25, 2023
1 parent 09ff569 commit a75d335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN \
tar -xzf openssl-1.1.1t.tar.gz && \
cd openssl-1.1.1t && \
./config no-shared no-comp && \
make -j && make install
make -j && make install && \
cd .. && rm -rf openssl-1.1.1t*

# Set environment variables.
ENV HOME /root
Expand Down

0 comments on commit a75d335

Please sign in to comment.