Skip to content

Commit

Permalink
build: docker remove apt-get update command
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Jul 11, 2024
1 parent 8339cb9 commit 1578ba6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM tomcat:9-jre17

RUN apt-get update -qy && apt-get install gettext-base -y
RUN rm -rf $CATALINA_HOME/webapps/*
ADD config/ $CATALINA_HOME/webapps/
ADD ./target/*.war $CATALINA_HOME/webapps/rmesstromae.war
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee</groupId>
<artifactId>stromae</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
<packaging>pom</packaging>
<name>Stromae</name>

Expand Down

0 comments on commit 1578ba6

Please sign in to comment.