Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasgas committed Aug 19, 2021
1 parent 7089977 commit 8891517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Pull base image
FROM centos:7

LABEL org.opencontainers.image.source https://github.com/castisdev/docker-centos7-legacy

# Install EPEL repo
RUN yum install -y epel-release; yum -y clean all

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

[centos:centos7-legacy](https://registry.hub.docker.com/_/centos/)를 기반으로 C++ 개발 및 빌드 환경을 갖춘 [Docker](https://www.docker.com/) 이미지를 만드는 **Dockerfile**입니다.

이 저장소의 **Dockerfile**[자동 빌드](https://registry.hub.docker.com/u/castis/centos7-legacy/) 되어 [Docker Hub Registry](https://registry.hub.docker.com/)로 공개됩니다.


### 사용하기

```
$ sudo docker run -it --rm castis/centos7-legacy
$ sudo docker run -it --rm ghcr.io/castisdev/centos7-legacy:1.9
```

0 comments on commit 8891517

Please sign in to comment.