Skip to content

Commit 64f2bac

Browse files
committed
Configure Dckerfile to build new vesion
1 parent eacb90d commit 64f2bac

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Dockerfile

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
#
33
# Dockerfile
44
#
5-
# Objetivo: Deploy da biblioteca vfsa.
5+
# Purpose: Deploy of vfsa package.
66
#
77
# Site: https://dirack.github.io
88
#
9-
# Versão 1.0
9+
# Version 1.1.0
1010
#
11-
# Programador: Rodolfo A C Neves (Dirack) 08/04/2020
11+
# Programer: Rodolfo A C Neves (Dirack) 08/04/2020
1212
#
1313
# Email: rodolfo_profissional@hotmail.com
1414
#
15-
# Licença: GPL-3.0 <https://www.gnu.org/licenses/gpl-3.0.txt>.
15+
# License: GPL-3.0 <https://www.gnu.org/licenses/gpl-3.0.txt>.
1616

17-
# Pacote Madagascar versão 3.0 com dependências básicas configuradas
17+
# Docker image with Madagascar package version 3.0
1818
FROM dirack/ambientemadagascar:1.0
1919

20-
# Variáveis de ambiente do pacote Madagascar
20+
# Madagascar environment variables
2121
ENV RSFSRC="/root/madagascar-3.0"
2222
ENV RSFROOT="/root/madagascar"
2323
ENV VFSAROOT="/root/madagascar-3.0/user/vfsa"
2424

25-
# define o mantenedor da imagem
25+
# Maintainer information
2626
LABEL maintainer="Rodolfo Dirack"
2727
LABEL email="rodolfo_profissional@hotmail.com"
2828
LABEL site="https://dirack.github.io"
2929

30-
# Instalação da vfsa no Madagascar
31-
RUN git clone -b v1.0 --depth 1 https://github.com/Dirack/vfsa.git "$VFSAROOT"
30+
# Install vfsa package in Madagascar
31+
RUN git clone -b v1.1.1 --depth 1 https://github.com/Dirack/vfsa.git "$VFSAROOT"
3232
RUN cd "$VFSAROOT" && scons && cd "$RSFSRC" && scons install
3333

34-
# Ir para o diretório de exemplos
34+
# Go to usage examples directory
3535
WORKDIR "$VFSAROOT/usage_examples"

0 commit comments

Comments
 (0)