Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 9ae350a

Browse files
committed
Fixing java
1 parent 4cd36eb commit 9ae350a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/docker-compose/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ services:
5353
dockerfile: Dockerfile
5454
cap_add:
5555
- SYS_ADMIN
56-
security_opt:
57-
- seccomp=unconfined
5856
ports:
5957
- 8083:8080
6058
networks:

tools/docker-compose/java/simple/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM openjdk:11-jdk-slim
22

3+
RUN apt-get install libstdc++6
4+
35
WORKDIR /app
46

57
COPY . .

0 commit comments

Comments
 (0)